-
Notifications
You must be signed in to change notification settings - Fork 180
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] Refresh mode for dynamic tables #1086
Comments
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. |
Hey @matsavage - thanks for the issue! I think we've already got some work in flight to address this: As a continuation of this past issue / community PR:
If you want to give that branch a try, before we merge & release:
|
I'm going to close this issue, as I believe it's a duplicate with the ones linked above, but please let me know if you disagree! |
Thanks, this looks like it does it! |
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: