Skip to content

Commit ffc5e8b

Browse files
authored
dlt: Move dataset_table_separator out of destination.clickhouse.credentials
1 parent ef042b9 commit ffc5e8b

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)