Skip to content

Commit

Permalink
Updated description of Clickhouse source connector (#3556)
Browse files Browse the repository at this point in the history
* Updated description of Clickhouse source connector

The first sentence of the overview seemed to indicate it only supported Full Refresh, while it supports both full refresh and incremental

* Update clickhouse.md

* Update clickhouse.md
  • Loading branch information
johnlafleur committed May 24, 2021
1 parent 8983f09 commit e563936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/sources/clickhouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

The ClickHouse source supports Full Refresh syncs. That is, every time a sync is run, Airbyte will copy all rows in the tables and columns you set up for replication into the destination in a new table.
The ClickHouse source supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.

This Clickhouse source connector is built on top of the source-jdbc code base and is configured to rely on JDBC v0.3.1 standard drivers provided by ClickHouse [here](https://github.com/ClickHouse/clickhouse-jdbc) as described in ClickHouse documentation [here](https://clickhouse.tech/docs/en/interfaces/jdbc/).

Expand Down

0 comments on commit e563936

Please sign in to comment.