diff --git a/website/docs/reference/resource-configs/materialized.md b/website/docs/reference/resource-configs/materialized.md index 855ace54de0..5f7d00df46a 100644 --- a/website/docs/reference/resource-configs/materialized.md +++ b/website/docs/reference/resource-configs/materialized.md @@ -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.