Snowsql 未连接
Snowsql is not connecting
snowsql 有问题
它说
250001 (08001): Failed to connect to DB. Verify the account name is correct: po08337.snowflakecomputing.com:443. 000403: HTTP 403: Forbidden
如何解决这个问题?
您很可能忘记在您的帐户 URL 中包含 区域 ,所以它应该是这样的:
<account>.<region>.snowflakecomputing.com
不包括区域的唯一例外是 AWS 美国西部区域的账户。
snowsql 有问题 它说
250001 (08001): Failed to connect to DB. Verify the account name is correct: po08337.snowflakecomputing.com:443. 000403: HTTP 403: Forbidden
如何解决这个问题?
您很可能忘记在您的帐户 URL 中包含 区域 ,所以它应该是这样的:
<account>.<region>.snowflakecomputing.com
不包括区域的唯一例外是 AWS 美国西部区域的账户。