Merge pull request #322 from AdamKatzDev/fix_clickhouse_loader_doc_link

Fixed documentation link to Clickhouse Loader
This commit is contained in:
Kanthi 2023-10-20 13:52:28 -04:00 committed by GitHub
commit ca45a04792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -384,7 +384,7 @@ mvn install -DskipTests=true
| replacingmergetree.delete.column | "sign" | Column used as the sign column for ReplacingMergeTree.
## ClickHouse Loader(Load Data from MySQL to CH for Initial Load)
[Clickhouse Loader](python/README.md) is a program that loads data dumped in MySQL into a CH database compatible the sink connector (ReplacingMergeTree with virtual columns _version and _sign)
[Clickhouse Loader](sink-connector/python/README.md) is a program that loads data dumped in MySQL into a CH database compatible the sink connector (ReplacingMergeTree with virtual columns _version and _sign/is_deleted)
### Grafana Dashboard