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
When working with dynamic tables, there is no option to specify the "refresh mode" for the table on creation, which is something we would like to do with our models.
This is useful to us, as some of our tables are not automatically "INCREMENTAL" refresh and fall-back to "FULL", and we would like to override this
Describe alternatives you've considered
Looked at a pre-hook to generate a table, but this is very unsatisfactory
Who will this benefit?
Users of Dynamic tables in Snowflake
Are you interested in contributing this feature?
No response
Anything else?
I don't think this is a huge piece of functionality to add, but it feels like there is a lot of overhead wrt complexity of the project and getting an environment set up to test.
The text was updated successfully, but these errors were encountered:
I have added a (draft) PR with the bulk of the changes, but access to a non-work, non-locked down instance of snowflake to test against will be a hinderance from here.
Is this your first time submitting a feature request?
Describe the feature
When working with dynamic tables, there is no option to specify the "refresh mode" for the table on creation, which is something we would like to do with our models.
https://docs.snowflake.com/en/sql-reference/sql/create-dynamic-table
This is useful to us, as some of our tables are not automatically "INCREMENTAL" refresh and fall-back to "FULL", and we would like to override this
Describe alternatives you've considered
Looked at a pre-hook to generate a table, but this is very unsatisfactory
Who will this benefit?
Users of Dynamic tables in Snowflake
Are you interested in contributing this feature?
No response
Anything else?
I don't think this is a huge piece of functionality to add, but it feels like there is a lot of overhead wrt complexity of the project and getting an environment set up to test.
The text was updated successfully, but these errors were encountered: