You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -67,25 +67,25 @@ your_profile_name:
67
67
port: [8123] # If not set, defaults to 8123, 8443, 9000, 9440 depending on the secure and driver settings
68
68
user: [default] # User for all database operations
69
69
password: [<empty string>] # Password for the user
70
-
cluster: [<empty string>] If set, certain DDL/table operations will be executed with the `ON CLUSTER` clause using this cluster. Distributed materializations require this setting to work. See the following ClickHouse Cluster section for more details.
70
+
cluster: [<empty string>] # If set, certain DDL/table operations will be executed with the `ON CLUSTER` clause using this cluster. Distributed materializations require this setting to work. See the following ClickHouse Cluster section for more details.
71
71
verify: [True] # Validate TLS certificate if using TLS/SSL
72
72
secure: [False] # Use TLS (native protocol) or HTTPS (http protocol)
73
73
retries: [1] # Number of times to retry a "retriable" database exception (such as a 503 'Service Unavailable' error)
74
-
compression: [<empty string>] Use gzip compression if truthy (http), or compression type for a native connection
74
+
compression: [<empty string>] # Use gzip compression if truthy (http), or compression type for a native connection
75
75
connect_timeout: [10] # Timeout in seconds to establish a connection to ClickHouse
76
76
send_receive_timeout: [300] # Timeout in seconds to receive data from the ClickHouse server
77
77
cluster_mode: [False] # Use specific settings designed to improve operation on Replicated databases (recommended for ClickHouse Cloud)
78
-
use_lw_deletes: [False] Use the strategy `delete+insert` as the default incremental strategy.
78
+
use_lw_deletes: [False] # Use the strategy `delete+insert` as the default incremental strategy.
79
79
check_exchange: [True] # Validate that clickhouse support the atomic EXCHANGE TABLES command. (Not needed for most ClickHouse versions)
80
-
local_suffix [_local] # Table suffix of local tables on shards for distributed materializations.
81
-
local_db_prefix [<empty string>] # Database prefix of local tables on shards for distributed materializations. If empty, it uses the same database as the distributed table.
82
-
allow_automatic_deduplication [False] # Enable ClickHouse automatic deduplication for Replicated tables
local_suffix: [_local] # Table suffix of local tables on shards for distributed materializations.
81
+
local_db_prefix: [<empty string>] # Database prefix of local tables on shards for distributed materializations. If empty, it uses the same database as the distributed table.
82
+
allow_automatic_deduplication: [False] # Enable ClickHouse automatic deduplication for Replicated tables
0 commit comments