We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a96a2a commit 8dada35Copy full SHA for 8dada35
airbyte_cdk/sources/declarative/concurrent_declarative_source.py
@@ -305,6 +305,7 @@ def _group_streams(
305
stream_name=declarative_stream.name,
306
stream_namespace=declarative_stream.namespace,
307
config=config or {},
308
+ stream_state_migrations=declarative_stream.state_migrations,
309
)
310
partition_generator = StreamSlicerPartitionGenerator(
311
partition_factory=DeclarativePartitionFactory(
0 commit comments