jonty
06/29/2022, 12:30 PMIncremental | Deduped history
for most of them. However, one of the source tables was manually edited by a user, and we need to resync it from scratch. If I delete the destination table (in BigQuery), will Airbyte be smart enough to recreate the table and sync it from the start?jonty
06/29/2022, 12:43 PMjonty
06/29/2022, 1:03 PMstate
, and I can see there is a record for each connection. Within each record, there is a state
field that contains json. Do I just need to remove this from the json?
{
"cursor": "2022-06-29T10:37:24Z",
"stream_name": "cart_revisions",
"cursor_field": [
"updated_at"
],
"stream_namespace": "foo"
}
jonty
06/29/2022, 1:32 PM