79347857

Date: 2025-01-11 10:05:05
Score: 1
Natty:
Report link

The URL( https://app.snowflake.com/europe-west4.gcp) that you are using is Snowsight UI specific. To connect through a client or driver you must need account URL with .snowflakecomputing.com host.

Please follow the below syntax for building the Snowflake account identifier-

  1. account_locator.cloud_region_id or account_locator.cloud_region_id.cloud

For example, if your account locator is xy12345: If the account is located in the AWS US East (Ohio) region, additional segments are required, and the account identifier would be xy12345.us-east-2.aws

  1. orgname-account_name

For example, if your orgname is ab6789 and your account_name is xy1234 then, your account identifier would be ab6789-xy1234

Please refer to the below documentation for more information related to Snowflake account identifier- https://docs.snowflake.com/en/user-guide/admin-account-identifier

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Harshad Gore