Skip to content

Commit

Permalink
Remove mention of sentinel table for ClickHouse datasets
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Coetzee <[email protected]>
  • Loading branch information
Pipboyguy committed Jun 28, 2024
1 parent e1ac1ce commit 409487c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/website/docs/dlt-ecosystem/destinations/clickhouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ Data is loaded into ClickHouse using the most efficient method depending on the
`Clickhouse` does not support multiple datasets in one database, dlt relies on datasets to exist for multiple reasons.
To make `clickhouse` work with `dlt`, tables generated by `dlt` in your `clickhouse` database will have their name prefixed with the dataset name separated by
the configurable `dataset_table_separator`.
Additionally, a special sentinel table that doesn't contain any data will be created, so dlt knows which virtual datasets already exist in a
clickhouse
destination.

## Supported file formats

Expand Down

0 comments on commit 409487c

Please sign in to comment.