Skip to content

Commit

Permalink
update the bq config
Browse files Browse the repository at this point in the history
  • Loading branch information
amychen1776 committed Dec 18, 2023
1 parent 9ae628c commit c6a95cd
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion website/blog/2023-08-01-announcing-materialized-views.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ config(
}}
```

For Redshift/BigQuery:
For Redshift:

```sql
{{
Expand All @@ -142,6 +142,18 @@ config(
)
}}
```
For Bigquery
```sql
{{
config(
materialized = 'materialized_view',
on_configuration_change = 'apply',
auto_refresh = True,
refresh_interval_minutes = 30
max_staleness = 60,
)
}}
```

For Databricks:

Expand Down

0 comments on commit c6a95cd

Please sign in to comment.