dbt-databricks
dbt-databricks copied to clipboard
Add support for identity columns
Describe the feature
Now that identity columns are GA, it would be great to be able to specify the identity column as part of the model configuration.
Describe alternatives you've considered
-
monotonically_increasing_id()
-
row_number()
-
rank OVER
-
hash()
-
md5()
Who will this benefit?
Every dbt-databricks user who wants to generate surrogate keys.
Are you interested in contributing this feature?
Why not 😊
I would vote for this. As it is a natural thing to use while creating DWH cores with entity-oriented normalized storage.
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please remove the stale label or comment on the issue.
Bump. Still relevant
Bump, this will be very helpful.