You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/storage/catalog/snowflake/index.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,11 @@ To install and verify your accounts:
93
93
snowsql -a <account> -u <user>
94
94
```
95
95
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:
0 commit comments