-
Notifications
You must be signed in to change notification settings - Fork 161
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
[ADAP-464] Materialized Views - Non-incremental support #672
Comments
@mikealfare FYI |
@Fleid @mikealfare this has been out there for a while now, I think it's basically impossible at this point that they would drastically change the functionality, as they have written it up and pulled it into official client libraries. |
Hello, any update on this? :) |
Bump @mikealfare do you have this feature in a roadmap? It's already GA. link |
As commented in the core MV thread, BigQuery is adding support for non-incremental MVs.
From our side, it means that we have an additional setting to support for MVs in BQ:
allow_non_incremental_definition
:true
/false
. This setting is covered byon_configuration_change
via DROP/CREATE since it can't be changed via ALTER.When set, it requires
max_staleness
to be set. I'd rather leave BQ errors out here for now - this is a preview feature and I'm not sure this won't change before GA. We should not check this.BigQuery
BigQuery Materialized Views
false
)on_configuration_change
.apply
: enable_refresh/refresh_interval_minutes/max_staleness via ALTER, rest via DROP/CREATEThe text was updated successfully, but these errors were encountered: