Querying Snowflake Data
Query Immuta-protected data in Snowflake
Prerequisite
Query data with Snowflake
Execute the
USE SECONDARY ROLES ALLcommand or change your role to the table grants role.Query the data as you normally would in Snowflake.
SELECT * FROM emp_basic LIMIT 100;
Last updated
Was this helpful?

