You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently Databricks launched a new feature called Liquid Clustering, where table is not partitioned on physical file level (such as Hive-styled partition), but on a logical level based on cluster keys. For more explanation, read the blog here.
The feature request is to enable liquid clustering via dbt-databricks, by adjusting the DDL to also include cluster keys if liquid_clustered_by config is supplied.
Describe alternatives you've considered
Additional context
Who will this benefit?
Databricks customer who wish to use Liquid Clustering & dbt.
Are you interested in contributing this feature?
Yes, I'm working on it.
The text was updated successfully, but these errors were encountered:
Describe the feature
Recently Databricks launched a new feature called Liquid Clustering, where table is not partitioned on physical file level (such as Hive-styled partition), but on a logical level based on cluster keys. For more explanation, read the blog here.
The feature request is to enable liquid clustering via
dbt-databricks
, by adjusting the DDL to also include cluster keys ifliquid_clustered_by
config is supplied.Describe alternatives you've considered
Additional context
Who will this benefit?
Databricks customer who wish to use Liquid Clustering & dbt.
Are you interested in contributing this feature?
Yes, I'm working on it.
The text was updated successfully, but these errors were encountered: