-
Notifications
You must be signed in to change notification settings - Fork 984
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
clarify Snowflake account location #1762
Conversation
Because the url of Snowflake, where the account information can be easily found, changes based on which version of Snowflake the user is on (Classic Console vs AppUI/Snowsite), it can be confusing to identify the location of the account information. I added a distinction for each console to provide more clarity.
✅ Deploy Preview for docs-getdbt-com ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
LGTM 🚀
@@ -242,7 +242,7 @@ Now let's formally set up the connection between dbt Cloud and Snowflake. | |||
|
|||
1. Click on the "Snowflake" icon to set up your connection. | |||
2. Enter the following information under Snowflake settings. | |||
* **Account:** Your account is going to be the url of your Snowflake trial account up to the period before snowflakecomputing.com. So, if this is the full url of my trial account: `oq65696.west-us-2.azure.snowflakecomputing.com` then the account will be: `oq65696.west-us-2.azure`. You can read more about Snowflake account identifiers [here](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). | |||
* **Account:** Your account is located in the url of your Snowflake trial account, excluding the `snowflakecomputing.com`. The location of your account information will vary based on which version of Snowflake you are using. For Snowflake's Classic Console, your url may look like this: `oq65696.west-us-2.azure.snowflakecomputing.com`; if you're using the AppUI, or Snowsite, then the url may look like this: `snowflakecomputing.com/west-us-2.azure/oq65696`. In both of these instances, your account will be: `oq65696.west-us-2.azure`. You can read more about Snowflake account identifiers [here](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). |
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.
It is actually Snowsight, not Snowsite
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.
Thank you for opening this PR @lcochran-dbt! I slightly reworded to make the sentence active. We've been trying to standardize a few things like references to more info. Not everything has made it to the style guide just yet.
website/docs/guides/getting-started/getting-set-up/setting-up-snowflake.md
Outdated
Show resolved
Hide resolved
…snowflake.md Co-authored-by: Leona B. Campbell <[email protected]>
Because the url of Snowflake, where the account information can be easily found, changes based on which version of Snowflake the user is on (Classic Console vs AppUI/Snowsite), it can be confusing to identify the location of the account information. I added a distinction for each console to provide more clarity.
Description & motivation
To-do before merge
Prerelease docs
If this change is related to functionality in a prerelease version of dbt (delete if not applicable):
Checklist
If you added new pages (delete if not applicable):
website/sidebars.js
If you removed existing pages (delete if not applicable):
website/sidebars.js
_redirects