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

[Feature] dynamic table cluster_by support #1166

Open
3 tasks done
mstelter52 opened this issue Aug 12, 2024 · 4 comments
Open
3 tasks done

[Feature] dynamic table cluster_by support #1166

mstelter52 opened this issue Aug 12, 2024 · 4 comments
Labels
dynamic_tables enhancement New feature or request paper_cut A small change that impacts lots of users in their day-to-day performance

Comments

@mstelter52
Copy link

Is this your first time submitting a feature request?

  • I have read the expectations for open source contributors
  • I have searched the existing issues, and I could not find an existing issue for this feature
  • I am requesting a straightforward extension of existing dbt-snowflake functionality, rather than a Big Idea better suited to a discussion

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

@mstelter52 mstelter52 added enhancement New feature or request triage labels Aug 12, 2024
@dtiesling
Copy link

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

@dtiesling
Copy link

On a related note I would not want to implement the feature using the legacy method of clustering that is used for tables now. CREATE DYNAMIC TABLE supports a CLUSTER BY parameter I would prefer to use. Looks like there is already discussion about migrating table creation to use this as well in this ticket.

@amychen1776
Copy link

amychen1776 commented Sep 18, 2024

Hello @dtiesling - this is not in our current roadmap, but it is being considered. We would always welcome a PR

@amychen1776 amychen1776 added performance paper_cut A small change that impacts lots of users in their day-to-day labels Sep 18, 2024
@axiomoixa
Copy link

I would appreciate the availability of this feature as well.
Our dynamic tables are badly clustered possibly due to the group by that we have, they urgently need to be reclustered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dynamic_tables enhancement New feature or request paper_cut A small change that impacts lots of users in their day-to-day performance
Projects
None yet
Development

No branches or pull requests

4 participants