Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve dbt clone using table clone #389

Open
oleg-savko opened this issue Nov 21, 2024 · 0 comments
Open

Improve dbt clone using table clone #389

oleg-savko opened this issue Nov 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@oleg-savko
Copy link

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.

@oleg-savko oleg-savko added the enhancement New feature or request label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant