Mikhail Shustov
05/05/2023, 12:56 PMclickhouse destination
maintainers. One on clickhouse destination
customers has the following error:
Missing columns: '_airbyte_unique_key' while processing query: 'SELECT number, _deleted, _creationTime, _ab_cdc_updated_at, _ab_cdc_deleted_at, _ab_cdc_lsn, _id, _ts, _airbyte_ab_id, _airbyte_emitted_at, _airbyte_noon a subsequent run with
Incremental | Deduped + history
strategy.
What could be a reason, considering that Airbyte itself creates the table? How can we debug it?kapa.ai
05/05/2023, 12:56 PMkapa.ai
05/05/2023, 12:57 PMString
. - `_airbyte_emitted_at`: a timestamp representing when the event was pulled from the data source. The column type in ClickHouse is DateTime64
. - `_airbyte_data`: a json blob representing the event data. The column type in ClickHouse is String
. For more information on incremental data synchronization and deduped + history strategy, you can refer to this [tutorial](https://airbyte.com/tutorials/incremental-data-synchronization). If you still need assistance, I recommend reaching out to the Airbyte community on their [forum](https://discuss.airbyte.io) or [Slack](https://airbytehq.slack.com) for further support.Cong Vo
06/22/2023, 2:27 PMMarc Keeling
07/03/2023, 2:55 PMMikhail Shustov
07/03/2023, 3:15 PMMarc Keeling
07/03/2023, 3:21 PMMikhail Shustov
07/03/2023, 3:24 PMMarc Keeling
07/03/2023, 3:24 PMMikhail Shustov
07/03/2023, 3:56 PMMarc Keeling
07/03/2023, 3:59 PMMikhail Shustov
07/03/2023, 4:10 PMMikhail Shustov
07/03/2023, 4:10 PMMarc Keeling
07/03/2023, 4:10 PMMarc Keeling
07/03/2023, 4:10 PMMarc Keeling
07/03/2023, 4:31 PMAmit Agarwal
10/23/2023, 7:31 AMJohn Chantha
06/11/2024, 10:17 PM