Skip to content

Commit 68f0fa7

Browse files
Merge pull request #4049 from segmentio/joeynmq-patch-1
Update the section to check for Snowflake account name
2 parents e067556 + 36101ec commit 68f0fa7

File tree

1 file changed

+5
-1
lines changed
  • src/connections/storage/catalog/snowflake

1 file changed

+5
-1
lines changed

src/connections/storage/catalog/snowflake/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ To install and verify your accounts:
9393
snowsql -a <account> -u <user>
9494
```
9595

96-
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:
96+
For accounts outside the US, the account ID includes the region. You can find your account name from the browser address string.
97+
98+
If your web address is `https://myaccountname.snowflakecomputing.com/console#/internal/worksheet`, your account name would be `myaccountname`.
99+
100+
You can also find part of your account name by running the following query on your worksheet in Snowflake:
97101

98102
```
99103
SELECT CURRENT_ACCOUNT();

0 commit comments

Comments
 (0)