We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c723c5 + ffc5e8b commit daeb94eCopy full SHA for daeb94e
docs/integrations/data-ingestion/etl-tools/dlt-and-clickhouse.md
@@ -74,6 +74,8 @@ host = "localhost" # ClickHouse server host
74
port = 9000 # ClickHouse HTTP port, default is 9000
75
http_port = 8443 # HTTP Port to connect to ClickHouse server's HTTP interface. Defaults to 8443.
76
secure = 1 # Set to 1 if using HTTPS, else 0.
77
+
78
+[destination.clickhouse]
79
dataset_table_separator = "___" # Separator for dataset table names from dataset.
80
```
81
0 commit comments