Skip to content

Commit

Permalink
kinesis: max table nesting to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjushahgupta authored Mar 7, 2025
1 parent 9e71e16 commit 5573de9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ingestr/src/kinesis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
name=lambda args: args["stream_name"],
primary_key="kinesis_msg_id",
standalone=True,
max_table_nesting=0
)
def kinesis_stream(
stream_name: str,
Expand Down

0 comments on commit 5573de9

Please sign in to comment.