-
Notifications
You must be signed in to change notification settings - Fork 60
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
[CT-958] Refactor incremental materialization, using new incremental_strategy foundations #602
Comments
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please remove the stale label or comment on the issue, or it will be closed in 7 days. |
As-of v1.7, dbt-bigquery currently only supports these incremental strategies:
So it currently does not support these two:
https://docs.getdbt.com/docs/build/incremental-models#supported-incremental-strategies-by-adapter Since |
* use get_replace_sql in redshift__get_alter_materialized_view_as_sql * add changie
Follow up to dbt-labs/dbt-bigquery#223, which implemented the minimal version to keep the current code working
See dbt-labs/dbt-snowflake#196 for reference implementation:
valid_incremental_strategies
The text was updated successfully, but these errors were encountered: