Skip to content

Commit e65f4ad

Browse files
authored
Update index.md
1 parent e23f4be commit e65f4ad

File tree

1 file changed

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

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,13 @@ 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+
<img width="566" alt="rtaImage" src="https://user-images.githubusercontent.com/37472597/212277907-04e05f89-ae0c-4c75-a355-9ce975cb05a0.png">
99+
100+
The text in the red box (the one before the first dot) is going to be your account name.
101+
102+
You can also find part of your account name by running the following query on your worksheet in Snowflake:
97103

98104
```
99105
SELECT CURRENT_ACCOUNT();

0 commit comments

Comments
 (0)