Clickhouse connector validation issue.
- Lingua principale
- Python
- Stelle
- 22.1k
- Fork
- 5.3k
- Metriche di merge delle PR
- Metriche PR in attesa
Descrizione
### Connector Name
destination-clickhouse
### Connector Version
2.1.14
### What step the error happened?
During the sync
### Relevant information
I'm trying to sync cloud clickhouse with cloud airbyte and get `Error: Failed to insert expected rows into check table. Actual written: 0` error.
However when I look at query log I see that airbyte tries to insert this: `INSERT INTO default._airbyte_check_table_1763748985241 FORMAT JSONEachRow` . This inserts 0 rows. So the check will never happen successfully.
Let me know how could I work this around?
### Relevant log output
```shell
```
### Contribute
- [ ] Yes, I want to contribute
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.