Giving access to Snowflake data
By default, the Whaly platform only has access to data that was imported using Whaly connectors.
If you have data already stored inside your Snowflake account that you want to access within Whaly BI, you can do it using the following commands:
Please run those commands with the ACCOUNTADMIN
role to have the proper sharing rights!
1. Give access to Whaly BI to a Snowflake database
This will get Whaly access to the database but not to the data stored inside it. Follow the next steps to give access to the proper part of the database to Whaly โคต๏ธ
2. Wide access | Give access to Whaly BI to ALL Schemas and ALL Tables located in a Snowflake database
Whenever adding new schemas into your Snowflake database on which you to get access to Whaly, please run the following query ๐ฝ
2bis. Granular access | Give access to Whaly BI to a SINGLE Schema and ALL its Tables located in a Snowflake database
Last updated