From e65f4adfb9ceb6199c8d90298e5d7db5a9b26a01 Mon Sep 17 00:00:00 2001 From: joeynmq <37472597+joeynmq@users.noreply.github.com> Date: Fri, 13 Jan 2023 17:01:19 +0800 Subject: [PATCH 1/3] Update index.md --- src/connections/storage/catalog/snowflake/index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/connections/storage/catalog/snowflake/index.md b/src/connections/storage/catalog/snowflake/index.md index 367b726797..4a0174419c 100644 --- a/src/connections/storage/catalog/snowflake/index.md +++ b/src/connections/storage/catalog/snowflake/index.md @@ -93,7 +93,13 @@ To install and verify your accounts: snowsql -a -u ``` -For accounts outside the US, the account ID includes the region. You can also find part of your account name by running the following query on your worksheet in Snowflake: +For accounts outside the US, the account ID includes the region. You can find your account name from the browser address string: + +rtaImage + +The text in the red box (the one before the first dot) is going to be your account name. + +You can also find part of your account name by running the following query on your worksheet in Snowflake: ``` SELECT CURRENT_ACCOUNT(); From 6c18c90441704a68e9d583577c833c1467850b94 Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Tue, 4 Apr 2023 12:34:36 -0400 Subject: [PATCH 2/3] Apply suggestions from code review --- src/connections/storage/catalog/snowflake/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/connections/storage/catalog/snowflake/index.md b/src/connections/storage/catalog/snowflake/index.md index 4a0174419c..9414abd45b 100644 --- a/src/connections/storage/catalog/snowflake/index.md +++ b/src/connections/storage/catalog/snowflake/index.md @@ -93,11 +93,10 @@ To install and verify your accounts: snowsql -a -u ``` -For accounts outside the US, the account ID includes the region. You can find your account name from the browser address string: +For accounts outside the US, the account ID includes the region. You can find your account name from the browser address string. -rtaImage +If your web address is `https://myaccountname.snowflakecomputing.com/console#/internal/worksheet`, your account name would be `myaccountname`. -The text in the red box (the one before the first dot) is going to be your account name. You can also find part of your account name by running the following query on your worksheet in Snowflake: From 36101ec8b669400386b7b2160252e4e6145a0e72 Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Tue, 4 Apr 2023 12:34:53 -0400 Subject: [PATCH 3/3] Update src/connections/storage/catalog/snowflake/index.md --- src/connections/storage/catalog/snowflake/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/connections/storage/catalog/snowflake/index.md b/src/connections/storage/catalog/snowflake/index.md index 9414abd45b..561edd4488 100644 --- a/src/connections/storage/catalog/snowflake/index.md +++ b/src/connections/storage/catalog/snowflake/index.md @@ -97,7 +97,6 @@ For accounts outside the US, the account ID includes the region. You can find yo If your web address is `https://myaccountname.snowflakecomputing.com/console#/internal/worksheet`, your account name would be `myaccountname`. - You can also find part of your account name by running the following query on your worksheet in Snowflake: ```