Review Immuta policy objects created natively in Snowflake
The SQL code block below can review all policy objects created within the Immuta database. First, identify the Immuta
SYSTEM
role and grant it to a Snowflake user account to explore Immuta policy objects. By default, the naming convention for theSYSTEM
role is<Immuta_db_name>_SYSTEM
. Next, navigate to the Immuta database and policy schema in Snowflake, and then run ashow row
orshow masking policies
.
Find policy objects have been
ADD
orSET
in tables or views. The code block makes use of the Snowflakepolicy_references()
.
Find out where the policy objects have been
ADD
orSET
.
PreviousReview details of TableGrants and LowRAP in SnowflakeNextManually remove and clean up Immuta policy objects in Snowflake
Last updated