Snowflake
Snowflake credential requirements
Snowflake allows for cross account data access via secure data shares and Simon takes advantage of this capability so you can share the required schemas, tables and fields directly into your Simon account.
Start by setting up a secure data share in Snowflake, then:
Create a
share
using theaccountadmin
role.Add
objects
to the share by granting privileges.Add Simon's Snowflake account to the newly created share.
Configure Snowflake
Now go to https://app.questlabs.ai/admin/integrations .

Now select the Snowflake. Enter your Credentials here.
In Snowflake Account URL enter the the complete URL. Follow the Snowflake Documentation to generate the Account URL: https://docs.snowflake.com/en/user-guide/admin-account-identifier
https://<account_identifier>.snowflakecomputing.com
Enter the Username and Password. Make sure that user has the rights to access the Warehouses, Databases and schemas that you want to access. Follow the documentation to generate the User: https://docs.snowflake.com/en/user-guide/tutorials/users-and-roles-tutorial#introduction

Now click on Save.
Last updated