Skip to content

Commit

Permalink
fix the enable_refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
amychen1776 committed Dec 18, 2023
1 parent b6f8ea3 commit 593baae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/blog/2023-08-01-announcing-materialized-views.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ For Bigquery
config(
materialized = 'materialized_view',
on_configuration_change = 'apply',
auto_refresh = True,
enable_refresh = True,
refresh_interval_minutes = 30
max_staleness = 60,
)
Expand Down

0 comments on commit 593baae

Please sign in to comment.