Skip to content

Commit b51c060

Browse files
committed
fix: ConfiguredAirbyteCatalog schema violation, cursor_field can't be null
1 parent d064d42 commit b51c060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airbyte/sources/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ def get_configured_catalog(
375375
destination_sync_mode=DestinationSyncMode.overwrite,
376376
primary_key=stream.source_defined_primary_key,
377377
sync_mode=SyncMode.incremental,
378+
cursor_field=stream.default_cursor_field,
378379
)
379380
for stream in self.discovered_catalog.streams
380381
if stream.name in selected_streams

0 commit comments

Comments
 (0)