will
01/28/2022, 11:33 AM"supported_sync_modes": [
"full_refresh",
"incremental"
],
"source_defined_cursor": True,
"default_cursor_field":["json_data","properties","updated_at"],
"source_defined_primary_key": ["json_data","properties","_id"],
Am I missing something?Siddharth Putuvely
01/28/2022, 1:24 PMcursor_field
attribute to your stream's class to make it discovered as an incremental stream by Airbyte. You'll also have to implement some logic around state management and stream slices. Please check this documentation about incremental stream implementation: https://docs.airbyte.com/connector-development/cdk-python/incremental-stream