renameRowAccessPolicy
Last updated: January 27, 2026
Renames an existing row access policy in Snowflake. Can also move the policy to a different schema or database.
Note: Automatic rollback renames the policy back to original name.
Known limitation: This change type does not support 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 policy | No |
| String | Name of the schema containing the policy | No |
| String | Current name of the row access policy | Yes |
| Boolean | Only rename if the policy exists using | No |
| String | Name of the target catalog (for moving across databases) | No |
| String | Name of the target schema (for moving across schemas) | No |
| String | New name for the row access policy | Yes |