From c93173bf715a65f7320ae0d2577db4fb8fb2132c Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 19 Jan 2024 10:51:15 +0000 Subject: [PATCH] Update website/docs/guides/snowflake-qs.md --- website/docs/guides/snowflake-qs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/snowflake-qs.md b/website/docs/guides/snowflake-qs.md index 8dfef72a73e..5cc2bfb3ec3 100644 --- a/website/docs/guides/snowflake-qs.md +++ b/website/docs/guides/snowflake-qs.md @@ -188,7 +188,7 @@ Using Partner Connect allows you to create a complete dbt account with your [Sno - * **Role** — `transform` or `ACCOUNTADMIN`. This tells dbt what Snowflake role should be assumed after connecting to Snowflake. + * **Role** — `transform`, `transformer`, or `ACCOUNTADMIN`. This tells dbt what Snowflake role should be assumed after connecting to Snowflake. * **Database** — `analytics`. This tells dbt to create new models in the analytics database. * **Warehouse** — `transforming`. This tells dbt to use the transforming warehouse that was created earlier.