Skip to content

Commit daeb94e

Browse files
authored
Merge pull request #3939 from agrueneberg/patch-1
dlt: Move dataset_table_separator out of destination.clickhouse.creds
2 parents 5c723c5 + ffc5e8b commit daeb94e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/integrations/data-ingestion/etl-tools/dlt-and-clickhouse.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ host = "localhost" # ClickHouse server host
7474
port = 9000 # ClickHouse HTTP port, default is 9000
7575
http_port = 8443 # HTTP Port to connect to ClickHouse server's HTTP interface. Defaults to 8443.
7676
secure = 1 # Set to 1 if using HTTPS, else 0.
77+
78+
[destination.clickhouse]
7779
dataset_table_separator = "___" # Separator for dataset table names from dataset.
7880
```
7981

0 commit comments

Comments
 (0)