Open oleg-savko opened 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
CREATE TABLE [IF NOT EXISTS] [db.]table_name CLONE AS [db2.]name2 [ENGINE = engine]
Seems it can be used in dbt clone, to zero copy cloning tables, it will be very helpfull to improve cicd with incremental models.
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-tableSeems it can be used in dbt clone, to zero copy cloning tables, it will be very helpfull to improve cicd with incremental models.