clickhouse-sink-connector icon indicating copy to clipboard operation
clickhouse-sink-connector copied to clipboard

Document the snapshot.mode.schema_only variables

Open aadant opened this issue 2 years ago • 0 comments

if you use clickhouse-loader.py to initialize the clickhouse database at a given binary log / GTID position, then you should start the sink-connector with those variables :

snapshot.mode: "schema_only"
enable.snapshot.ddl: "false"
auto.create.tables: "false"

aadant avatar Oct 26 '23 21:10 aadant