BASTIN JERRY
09/20/2022, 1:25 PMsupported_sync_modes": ["full_refresh","incremental"]
in configured_catalog.json
for a stream but in airbyte UI (local) when I try to set up the sync it only shows full_refresh
as an option for source connector, any idea how to resolve this?Saj Dider (Airbyte)
09/20/2022, 3:25 PMBASTIN JERRY
09/20/2022, 3:59 PMconfigured_catalog.json
file and the UI picture
{
"streams": [
{
"stream": {
"name": "nextlab",
"json_schema": {
"type": "object",
"properties": {
"token_id": {
"type": "string"
}
}
},
"supported_sync_modes": [
"full_refresh",
"incremental"
]
},
"sync_mode": "incremental",
"destination_sync_mode": "overwrite"
}
]
}
BASTIN JERRY
09/21/2022, 5:33 AMSaj Dider (Airbyte)
09/21/2022, 6:51 PMBASTIN JERRY
09/22/2022, 12:07 PMcursor_field
for airbyte to identify it as an incremental sync ( I am pretty new to this, I did not know this until I saw that )