Skip to content

Commit db6714f

Browse files
Update docs/integrations/data-ingestion/etl-tools/dbt/features-and-configurations.md
Co-authored-by: Bentsi Leviav <bentsi.leviav@clickhouse.com>
1 parent f5b57f2 commit db6714f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/data-ingestion/etl-tools/dbt/features-and-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ be created on the connected node only).
123123
If a model has been created without a `cluster` setting, dbt-clickhouse will detect the situation and run all DDL/DML
124124
without `on cluster` clause for this model.
125125

126-
#### Read-after-write consistency {#read-after-write-consistency}
126+
#### Read-after-write Consistency {#read-after-write-consistency}
127127

128128
dbt relies on a read-after-insert consistency model. This is not compatible with ClickHouse clusters that have more than one replica if you cannot guarantee that all operations will go to the same replica. You may not encounter problems in your day-to-day usage of dbt, but there are some strategies depending on your cluster to have this guarantee in place:
129129
- If you are using a ClickHouse Cloud cluster, you only need to set `select_sequential_consistency: 1` in your profile's `custom_settings` property. You can find more information about this setting [here](https://clickhouse.com/docs/operations/settings/settings#select_sequential_consistency).

0 commit comments

Comments
 (0)