-
Notifications
You must be signed in to change notification settings - Fork 181
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
[Feature] dynamic table cluster_by support #1166
Comments
Hi @amychen1776 👋 . Sorry to @ you out of blue but saw you were the last to touch this ticket. I also need this functionality. Do you know if this feature is already on the roadmap and/or under active development? If not I may have time to contribute a PR for this one. cc: @j-choe |
On a related note I would not want to implement the feature using the legacy method of clustering that is used for tables now. |
Hello @dtiesling - this is not in our current roadmap, but it is being considered. We would always welcome a PR |
I would appreciate the availability of this feature as well. |
+1 As a workaround, I'm doing the clustering in a post hook:
|
Is this your first time submitting a feature request?
Describe the feature
It appears the cluster_by is only functionality for transient tables, Snowflake now supports it with dynamic tables. Can this be added to the dynamic table macros.
Describe alternatives you've considered
No response
Who will this benefit?
No response
Are you interested in contributing this feature?
No response
Anything else?
https://docs.snowflake.com/en/sql-reference/sql/create-dynamic-table
The text was updated successfully, but these errors were encountered: