In order to get you set up to use Cirium Sky Warehouse on Snowflake Computing using the account sharing method, we need the following pieces of information about your Snowflake Computing account.
-
-
- Account Identifier (typically looks like organization-name.account-name)
- Account Locator
- Cloud
- Region
-
Please perform the two steps below to obtain the required information and then provide it to your Cirium Sales person / account manager.
1) Firstly, log into your Snowflake Computing account and run the below SQL statement and send the output of the below SQL statement to your Cirium Sales person / account manager.
SELECT
CURRENT_ORGANIZATION_NAME()||'.'||CURRENT_ACCOUNT_NAME() as "Account Identifier",
CURRENT_ACCOUNT() as "Account Locator",CURRENT_ACCOUNT_NAME() as "Account Name",
CURRENT_ORGANIZATION_NAME() as "Organization",CURRENT_REGION() as "Account Region";
2) Secondly, copy the account identifier for your Snowflake account using the steps below and also provide a screenshot of your account details (as shown in the example below) to your Cirium sales person/account manager.
Click on user profile in the bottom left then click the account name and then hover over the account and use the 'Copy account identifier' button in the top right to copy the account identifier.
Please contact Cirium Help Desk on helpdesk@cirium.com if you have any questions.
Comments
0 comments
Article is closed for comments.