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
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
During tests, verified that when trying to create a snapshot via dbt, even passing iceberg configurations, dbt create as simple table instead of creating as iceberg table.
Describe alternatives you've considered
Also add this feature for the flow that creates snapshot.
Who will this benefit?
Whoever is going to use iceberg tables as default in snowflake.
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Hello @maurofloriano - I'm curious if you would be able to share why you would want to create dbt snapshots as iceberg table format?
amychen1776
changed the title
[Feature] Snapshots not being created as iceberg tables
[Feature] Support Iceberg table format for dbt Snapshots
Dec 10, 2024
So, on our context, we plan to create anything as iceberg tables. So would be nice to create seeds, snapshots, tables all options that dbt have it, would be interesting in our usecase to make it available for users in iceberg format.
Thanks @maurofloriano! At this time, we don't have plans to support snapshots but I'm very excited to see the community response and have more folks upvote for this feature so that we might add it to the roadmap.
I had a customer of mine ask about the same possibility- materializing snapshots as iceberg tables. While we get this prioritized on our roadmap, you can take a look at an illustration of some working code that overrides the default snapshot materialization to achieve the same goal. See my gist for details.
Is this your first time submitting a feature request?
Describe the feature
During tests, verified that when trying to create a snapshot via dbt, even passing iceberg configurations, dbt create as simple table instead of creating as iceberg table.
Describe alternatives you've considered
Also add this feature for the flow that creates snapshot.
Who will this benefit?
Whoever is going to use iceberg tables as default in snowflake.
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: