Skip to content

Commit 3e2251e

Browse files
authored
Update native app setup step (#5661)
## What are you changing in this pull request and why? Update the setup step for the dbt Snowflake Native App ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. - [x] For [docs versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#about-versioning), review how to [version a whole page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) and [version a block of content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content). - [x] Needs review from PM - [x] Needs review from product eng
1 parent 06517f5 commit 3e2251e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

website/docs/docs/cloud-integrations/set-up-snowflake-native-app.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ Configure dbt Cloud and Snowflake Cortex to power the **Ask dbt** chatbot.
5151

5252
<Lightbox src="/img/docs/cloud-integrations/semantic_layer_configuration.png" width="100%" title="Semantic Layer credentials"/>
5353

54-
1. Identify the default database the environment is connecting to.
55-
1. Select **Deploy > Environments** from the top navigation bar. From the environments list, select the one that was identified in the **Semantic Layer Configuration Details** panel.
56-
1. On the environment's page, click **Settings**. Scroll to the section **Deployment connection**. The listed database is the default for your environment and is also where you will create the schema. Save this information in a temporary location to use later on.
57-
5854
1. In Snowflake, verify that your SL and deployment user has been granted permission to use Snowflake Cortex. For more information, refer to [Required Privileges](https://docs.snowflake.com/en/user-guide/snowflake-cortex/llm-functions#required-privileges) in the Snowflake docs.
5955

6056
By default, all users should have access to Snowflake Cortex. If this is disabled for you, open a Snowflake SQL worksheet and run these statements:
@@ -68,15 +64,6 @@ Configure dbt Cloud and Snowflake Cortex to power the **Ask dbt** chatbot.
6864

6965
Make sure to replace `SNOWFLAKE.CORTEX_USER`, `DEPLOYMENT_USER`, and `SL_USER` with the appropriate strings for your environment.
7066

71-
1. Create a schema `dbt_sl_llm` in the deployment database. The deployment user needs write access to create the necessary tables in this schema and the SL user needs only read access to it. Open a Snowflake SQL worksheet and run these statements:
72-
73-
```sql
74-
create schema YOUR_DEPLOYMENT_DATABASE.dbt_sl_llm;
75-
grant select on schema dbt_sl_llm to role SL_USER;
76-
```
77-
78-
Make sure to replace `YOUR_DEPLOYMENT_DATABASE` and `SL_USER` with the appropriate strings for your environment.
79-
8067
## Configure dbt Cloud
8168
Collect three pieces of information from dbt Cloud to set up the application.
8269

0 commit comments

Comments
 (0)