Snowflake · Arazzo Workflow
Snowflake Create Role and Grant Privileges
Version 1.0.0
Create a role, grant privileges on a securable to it, then list its grants to confirm.
Provider
Workflows
create-role-and-grant-privileges
Create a role, grant privileges to it, then list its grants to verify.
Chains createRole, grantPrivileges, and listGrants so a role is created, given privileges on a securable, and verified, all keyed off the same role name.
1
createRole
createRole
Create the role using errorIfExists create mode.
2
grantPrivileges
grantPrivileges
Grant the requested privileges on the securable to the role.
3
listGrants
listGrants
List all grants to the role to confirm the privileges were granted.