Skip to content

Commit

Permalink
This branch was auto-updated!
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 2, 2024
2 parents 0c307ab + 6335a34 commit ce0942a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This functionality is currently only supported for [materialized views](/docs/bu

The `on_configuration_change` config has three settings:
- `apply` (default) — Attempt to update the existing database object if possible, avoiding a complete rebuild.
- *Note:* If any individual configuration change requires a full refresh, a full refresh be performed in lieu of individual alter statements.
- *Note:* If any individual configuration change requires a full refresh, a full refresh is performed in lieu of individual alter statements.
- `continue` — Allow runs to continue while also providing a warning that the object was left untouched.
- *Note:* This could result in downstream failures as those models may depend on these unimplemented changes.
- `fail` — Force the entire run to fail if a change is detected.
Expand Down

0 comments on commit ce0942a

Please sign in to comment.