dropRowAccessPolicyOnView
Last updated: January 27, 2026
Removes a row access policy from a view in Snowflake. After removing the policy from all views and tables, the policy itself can be dropped.
Note: This change type does not support automatic rollback or database inspection features (snapshot, diff, diff-changelog, and generate-changelog commands).
Available attributes
Attribute | Type | Description | Required |
|---|---|---|---|
| String | Name of the catalog (database) containing the view | No |
| String | Name of the schema containing the view | No |
| String | Name of the view to remove the policy from | Yes |
| String | Name of the catalog containing the policy | No |
| String | Name of the schema containing the policy | No |
| String | Name of the row access policy to remove | Yes |
| Boolean | Remove policy only if view exists using | No |