dlt-hub / dlt

data load tool (dlt) is an open source Python library that makes data loading easy 🛠️

Home Page:https://dlthub.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tip about max_table_nesting for source

dat-a-man opened this issue · comments

#1549

Issue Description:
When the max_table_nesting parameter is set at the source level, it does not automatically get inherited by individual resources when accessed directly via methods such as source.resources["resource_1"] or source.selected_resources.get("resource_1").

Add the tip regarding this behaviour to the docs.