How to Manage Access to DataPancake
To allow additional users to access DataPancake, you can grant the APP_PUBLIC application role to any existing system or custom role in your Snowflake account.
1. Navigate to the "Admin" script builder

2. (Optional) Change the App Database Name
The default is DATAPANCAKE

3. Enter the role name used to install DataPancake

4. Enter a role name with privileges to create a warehouse

5. Enter the warehouse name used to execute the generated script

6. Scroll to the Access Management section and enter the role names

7. Click "Generate Script"

8. Copy the generated script

9. Open a new snowflake worksheet and paste in the script

10. Review & Execute the script
Use the blue dropdown arrow at the top right and click "Run All"

11. Ensure successful execution by examining the call result column in the result set

Last updated