From 3ce236127cf3a219ed16d8bd80607927541423da Mon Sep 17 00:00:00 2001 From: bentsileviav Date: Wed, 7 Aug 2024 13:01:21 +0300 Subject: [PATCH] remove double link --- .../resource-configs/clickhouse-configs.md | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/website/docs/reference/resource-configs/clickhouse-configs.md b/website/docs/reference/resource-configs/clickhouse-configs.md index 2551f871652..95a7e045669 100644 --- a/website/docs/reference/resource-configs/clickhouse-configs.md +++ b/website/docs/reference/resource-configs/clickhouse-configs.md @@ -18,7 +18,7 @@ id: "clickhouse-configs" | Type | Supported? | Details | |-----------------------------------------|-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Materialized View materialization | YES, Experimental | Creates a [materialized view](https://clickhouse.com/docs/en/materialized-view). | -| Distributed table materialization | YES, Experimental | Creates a [distributed table](https://clickhouse.com/docs/en/engines/table-engines/special/distributed). Visit [this](https://clickhouse.com/docs/en/engines/table-engines/special/distributed) for more info on how it works. | +| Distributed table materialization | YES, Experimental | Creates a [distributed table](https://clickhouse.com/docs/en/engines/table-engines/special/distributed). | | Distributed incremental materialization | YES, Experimental | Incremental model based on the same idea as distributed table. Note that not all strategies are supported, visit [this](https://github.com/ClickHouse/dbt-clickhouse?tab=readme-ov-file#distributed-incremental-materialization) for more info. | | Dictionary materialization | YES, Experimental | Creates a [dictionary](https://clickhouse.com/docs/en/engines/table-engines/special/dictionary). | @@ -28,12 +28,12 @@ A dbt model can be created as a [ClickHouse view](https://clickhouse.com/docs/en and configured using the following syntax: @@ -65,12 +65,12 @@ A dbt model can be created as a [ClickHouse table](https://clickhouse.com/docs/e configured using the following syntax: @@ -122,12 +122,12 @@ sets or complex transformations. To address this challenge and reduce the build incremental ClickHouse table and is configured using the following syntax: