Skip to content

Commit 8dada35

Browse files
pass state_migrations when creating concurrent cursor in _group_streams
1 parent 4a96a2a commit 8dada35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airbyte_cdk/sources/declarative/concurrent_declarative_source.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ def _group_streams(
305305
stream_name=declarative_stream.name,
306306
stream_namespace=declarative_stream.namespace,
307307
config=config or {},
308+
stream_state_migrations=declarative_stream.state_migrations,
308309
)
309310
partition_generator = StreamSlicerPartitionGenerator(
310311
partition_factory=DeclarativePartitionFactory(

0 commit comments

Comments
 (0)