Configuration for max_staleness
should be string with explicit format, instead of integer
#5218
Closed
1 task done
Labels
content
Improvements or additions to content
improvement
Use this when an area of the docs needs improvement as it's currently unclear
Contributions
Link to the page on docs.getdbt.com requiring updates
https://docs.getdbt.com/blog/announcing-materialized-views
What part(s) of the page would you like to see updated?
While trying out materialized views on BigQuery, I seem to have found an error in the code snippet. The funny thing is there does not seem to be an "Edit this page" button on the actual docs website.
Bottom line is,
max_staleness = 60
returned an error, butmax_staleness = 'INTERVAL 60 MINUTE
went through.Additional information
I tested with:
dbt-core
v1.7.3dbt-bigquery
v1.7.1The text was updated successfully, but these errors were encountered: