Skip to content

Commit

Permalink
Fix rendering of "Advice" for when to use materialized views (#4223)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Oct 8, 2023
2 parents d45b3e2 + 38d45cc commit def7a61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/docs/docs/build/materializations.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ required with incremental materializations
less configuration options available, see your database platform's docs for more details
* Materialized views may not be supported by every database platform
* **Advice:**
* Consider materialized views for use cases where incremental models are sufficient,
but you would like the data platform to manage the incremental logic and refresh.
* Consider materialized views for use cases where incremental models are sufficient, but you would like the data platform to manage the incremental logic and refresh.

## Python materializations

Expand Down

0 comments on commit def7a61

Please sign in to comment.