-
Notifications
You must be signed in to change notification settings - Fork 960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snowflake permission note #6573
base: current
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
website/docs/docs/cloud/connect-data-platform/connect-snowflake.md
Outdated
Show resolved
Hide resolved
@@ -5,6 +5,14 @@ description: "Configure Snowflake connection." | |||
sidebar_label: "Connect Snowflake" | |||
--- | |||
|
|||
:::note | |||
|
|||
A crucial part of working with dbt atop Snowflake is ensuring that users in development environments and/or service accounts in deployment to production environments have the correct permissions to take actions on Snowflake. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm not sure if we need this intro here
A crucial part of working with dbt atop Snowflake is ensuring that users in development environments and/or service accounts in deployment to production environments have the correct permissions to take actions on Snowflake. | |
dbt Cloud works with Snowflake by inheriting permissions directly from your Snowflake data platform configuration. This ensures you have full control over what dbt Cloud can access. You can customize roles and permissions in Snowflake to fit your company's requirements and manage access to database objects. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's the original not deleted below. I'm ok with removing it, but we should be careful with this language. We don't want to inadvertently indicate that Snowflake user permissions can somehow be assigned to users in dbt Cloud itself (for their permissions over the dbt account). How about:
A crucial part of working with dbt atop Snowflake is ensuring that users in development environments and/or service accounts in deployment to production environments have the correct permissions to take actions on Snowflake. | |
dbt Cloud connections and credentials inherit the permissions of the accounts configured. You can customize roles and associated permissions in Snowflake to fit your company's requirements and fine-tune access to database objects in your account. See [Snowflake permissions](/reference/database-permissions/snowflake-permissions) for more information about customizing roles in Snowflake. |
|
||
A crucial part of working with dbt atop Snowflake is ensuring that users in development environments and/or service accounts in deployment to production environments have the correct permissions to take actions on Snowflake. | ||
|
||
You can customize roles and associated permissions in Snowflake to fit your company's requirements and fine-tune access to database objects in your account. See [Snowflake permissions](/reference/database-permissions/snowflake-permissions) for more information about customizing roles in Snowflake. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can customize roles and associated permissions in Snowflake to fit your company's requirements and fine-tune access to database objects in your account. See [Snowflake permissions](/reference/database-permissions/snowflake-permissions) for more information about customizing roles in Snowflake. | |
Refer to [Snowflake permissions](/reference/database-permissions/snowflake-permissions) for more information about customizing roles in Snowflake. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @matthewshaver , left some suggestions here!
What are you changing in this pull request and why?
See internal chat for context: https://dbt-labs.slack.com/archives/C02NCQ9483C/p1732724200239919?thread_ts=1732650446.311849&cid=C02NCQ9483C
Checklist
🚀 Deployment available! Here are the direct links to the updated files: