Account Parameter (Connect-Snowflake Cmdlet)
The Snowflake account identifier used to connect to a Snowflake instance. The account identifier is usually derived from the URL automatically.
Syntax
Connect-Snowflake -Account string
Data Type
cstr
Default Value
""
Remarks
The account identifier is usually derived from the Snowflake login URL. For example, if the login URL is https://myorganization-myaccount.snowflakecomputing.com, the account is myorganization-myaccount. If your account includes an AWS cloud region, it would have the format myorganization-myaccount.aws_region. Set this if your Snowflake database URL doesn't include the account name. Use the command SELECT CURRENT_ACCOUNT(); to return the exact account value.