Skip to content

Commit

Permalink
Updated as per comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man committed Aug 23, 2024
1 parent 3e275d4 commit 0506c3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/website/docs/general-usage/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,11 @@ You can directly configure the `max_table_nesting` parameter on the resource lev
def my_resource():
...
```

or
```py
my_source = my_source()
my_source.my_resource.max_table_nesting = 0
```

### Modify schema

Expand Down

0 comments on commit 0506c3a

Please sign in to comment.