ClickHouse / dbt-clickhouse

The Clickhouse plugin for dbt (data build tool)
Apache License 2.0
253 stars 113 forks source link

Improve dbt clone using table clone #389

Open oleg-savko opened 1 day ago

oleg-savko commented 1 day ago

In Clickhouse 24.10 introduce new feature CREATE TABLE [IF NOT EXISTS] [db.]table_name CLONE AS [db2.]name2 [ENGINE = engine] https://clickhouse.com/docs/en/sql-reference/statements/create/table#with-a-schema-and-data-cloned-from-another-table

Seems it can be used in dbt clone, to zero copy cloning tables, it will be very helpfull to improve cicd with incremental models.