From c525359d9dc4bbb46de5ce46c81f74252304cd02 Mon Sep 17 00:00:00 2001
From: mirnawong1 <mirna.wong@fishtownanalytics.com>
Date: Thu, 15 Feb 2024 17:42:20 +0000
Subject: [PATCH 1/4] remove dbt run after config change.

---
 .../snippets/quickstarts/change-way-model-materialized.md    | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/website/snippets/quickstarts/change-way-model-materialized.md b/website/snippets/quickstarts/change-way-model-materialized.md
index 20c57a61f7d..87397fa75d6 100644
--- a/website/snippets/quickstarts/change-way-model-materialized.md
+++ b/website/snippets/quickstarts/change-way-model-materialized.md
@@ -54,10 +54,9 @@ By default, everything gets created as a view. You can override that at the dire
 
     </File>
 
-4. Enter the `dbt run` command. Your model, `customers` should now build as a view.
-5. Enter the `dbt run --full-refresh` command for this to take effect in your warehouse.
+4. Enter the `dbt run --full-refresh` command for this to take effect in your warehouse.
 
-#### FAQs
+### FAQs
 
 <FAQ path="Models/available-materializations" />
 <FAQ path="Project/which-materialization" />

From 29501b72427e64a194061540ccdd0be8fe8bfab3 Mon Sep 17 00:00:00 2001
From: mirnawong1 <mirna.wong@fishtownanalytics.com>
Date: Thu, 15 Feb 2024 17:58:33 +0000
Subject: [PATCH 2/4] update

---
 website/snippets/quickstarts/change-way-model-materialized.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/website/snippets/quickstarts/change-way-model-materialized.md b/website/snippets/quickstarts/change-way-model-materialized.md
index 87397fa75d6..174bf542da5 100644
--- a/website/snippets/quickstarts/change-way-model-materialized.md
+++ b/website/snippets/quickstarts/change-way-model-materialized.md
@@ -54,7 +54,9 @@ By default, everything gets created as a view. You can override that at the dire
 
     </File>
 
-4. Enter the `dbt run --full-refresh` command for this to take effect in your warehouse.
+4. Enter the `dbt run` command. Your model, customers should now build as a view. 
+   - BigQuery users should run `dbt run --full-refresh` (mentioned in step 5) to ensure the materialization changes are fully applied
+5. Enter the `dbt run --full-refresh` command for this to take effect in your warehouse.
 
 ### FAQs
 

From ecb3d8f2d47354c0420a9566946708d2790108b3 Mon Sep 17 00:00:00 2001
From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com>
Date: Thu, 15 Feb 2024 18:44:39 +0000
Subject: [PATCH 3/4] Update
 website/snippets/quickstarts/change-way-model-materialized.md

Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>
---
 website/snippets/quickstarts/change-way-model-materialized.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/snippets/quickstarts/change-way-model-materialized.md b/website/snippets/quickstarts/change-way-model-materialized.md
index 174bf542da5..8f3c08688a7 100644
--- a/website/snippets/quickstarts/change-way-model-materialized.md
+++ b/website/snippets/quickstarts/change-way-model-materialized.md
@@ -55,7 +55,7 @@ By default, everything gets created as a view. You can override that at the dire
     </File>
 
 4. Enter the `dbt run` command. Your model, customers should now build as a view. 
-   - BigQuery users should run `dbt run --full-refresh` (mentioned in step 5) to ensure the materialization changes are fully applied
+   - BigQuery users need to run `dbt run --full-refresh` instead of `dbt run` to full apply materialization changes.
 5. Enter the `dbt run --full-refresh` command for this to take effect in your warehouse.
 
 ### FAQs

From 2c28a73eb654556a9a10ca399131c0595aa4e9ac Mon Sep 17 00:00:00 2001
From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com>
Date: Thu, 15 Feb 2024 18:45:14 +0000
Subject: [PATCH 4/4] Update
 website/snippets/quickstarts/change-way-model-materialized.md

Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>
---
 website/snippets/quickstarts/change-way-model-materialized.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/snippets/quickstarts/change-way-model-materialized.md b/website/snippets/quickstarts/change-way-model-materialized.md
index 8f3c08688a7..a3933171b9c 100644
--- a/website/snippets/quickstarts/change-way-model-materialized.md
+++ b/website/snippets/quickstarts/change-way-model-materialized.md
@@ -54,7 +54,7 @@ By default, everything gets created as a view. You can override that at the dire
 
     </File>
 
-4. Enter the `dbt run` command. Your model, customers should now build as a view. 
+4. Enter the `dbt run` command. Your model, `customers`, should now build as a view. 
    - BigQuery users need to run `dbt run --full-refresh` instead of `dbt run` to full apply materialization changes.
 5. Enter the `dbt run --full-refresh` command for this to take effect in your warehouse.