For the complete documentation index, see llms.txt. This page is also available as Markdown.

Querying Snowflake Data

Query Immuta-protected data in Snowflake

Prerequisite

Query data with Snowflake

  1. Execute the USE SECONDARY ROLES ALL command or change your role to the table grants role.

  2. Query the data as you normally would in Snowflake.

    SELECT * FROM emp_basic LIMIT 100;

Last updated

Was this helpful?