Skip to content

Commit

Permalink
Update materialized.md add link to on_configuration_change
Browse files Browse the repository at this point in the history
  • Loading branch information
alison985 authored Aug 17, 2024
1 parent bcf1743 commit 31feb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/resource-configs/materialized.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Materializations are implemented following this "drop through" life cycle:

1. If a model does not exist with the provided path, create the new model.
2. If a model exists, but has a different type, drop the existing model and create the new model.
3. If [`--full-refresh`](/reference/resource-configs/full_refresh) is supplied, replace the existing model regardless of configuration changes and the `on_configuration_change` setting.
3. If [`--full-refresh`](/reference/resource-configs/full_refresh) is supplied, replace the existing model regardless of configuration changes and the [`on_configuration_change`](/reference/resource-configs/on_configuration_change) setting.
4. If there are no configuration changes, perform the default action for that type (e.g. apply refresh for a materialized view).
5. Determine whether to apply the configuration changes according to the `on_configuration_change` setting.

Expand Down

0 comments on commit 31feb0e

Please sign in to comment.