Prerequisites:
Snowflake integration configured with Immuta
Snowflake tables registered as Immuta data sources
Execute the USE SECONDARY ROLES ALL command or change your role to the table grants role.
USE SECONDARY ROLES ALL
Query the data as you normally would in Snowflake.
SELECT * FROM emp_basic LIMIT 100;
Prerequisite: Users have been granted SELECT privileges on all or relevant Snowflake tables
SELECT
Query the data as you normally would in Snowflake:
Was this helpful?