Skip to content

Commit 7dcda63

Browse files
authored
patch: set max nesting to zero for mongo (#465)
1 parent c2868e2 commit 7dcda63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ingestr/src/mongodb/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def mongodb(
107107
name=lambda args: args["collection"],
108108
standalone=True,
109109
spec=MongoDbCollectionResourceConfiguration,
110+
max_table_nesting=0,
110111
)
111112
def mongodb_collection(
112113
connection_url: str = dlt.secrets.value,

0 commit comments

Comments
 (0)