Querying Snowflake Data
Query Immuta-protected data in Snowflake
Query data with Snowflake table grants
SELECT * FROM emp_basic LIMIT 100;
Query data without Snowflake table grants
SELECT * FROM emp_basic LIMIT 100;Last updated
Was this helpful?

