All pages
Powered by GitBook
1 of 1

Loading...

Using Snowflake Data Sharing with Immuta

Immuta is compatible with Snowflake Secure Data Sharing. Using both Immuta and Snowflake, organizations can share the policy-protected data of their Snowflake database with other Snowflake accounts with Immuta policies enforced in real time.

Prerequisites:

  • Snowflake integration enabled

  • Snowflake tables registered in Immuta as data sources

Create Immuta Policies to Protect the Data

Required Permission: Immuta: GOVERNANCE

to fit your organization's compliance requirements.

It's important to understand that subscription policies are not relevant to Snowflake data shares, because the act of sharing the data is the subscription policy. Data policies can be enforced on the consuming account from the producer account on a share following these instructions.

Register the Snowflake Data Consumer with Immuta

Required Permission: Immuta: USER_ADMIN

To register the Snowflake data consumer in Immuta,

  1. .

  2. to match the account ID for the data consumer. This value is the output on the data consumer side when SELECT CURRENT_ACCOUNT() is run in Snowflake.

  3. for your organization's policies.

  4. .

Create the Snowflake Data Share

Required Permission: Snowflake ACCOUNTADMIN

To share the policy-protected data source,

  1. of the Snowflake table that has been registered in Immuta.

  2. Grant reference usage on the Immuta database to the share you created:

    Replace the content in angle brackets above with the name of your Immuta database and Snowflake data share.

Build Immuta data policies
Create a new Immuta user
Update the Immuta user's Snowflake username
Give the Immuta user the appropriate attributes and groups
Subscribe the Immuta user to the data sources
Create a Snowflake Data Share
GRANT REFERENCE_USAGE ON DATABASE "<Immuta database of the provider account>" TO SHARE "<DATA_SHARE>";