Snowflake · Arazzo Workflow
Snowflake Create User and Grant Role
Version 1.0.0
Create a user, grant a role to the user, then list the user's grants to confirm.
Provider
Workflows
create-user-and-grant-role
Create a user, grant a role to them, then list their grants to verify.
Chains createUser, grant, and listGrants so a user is provisioned, assigned a role, and verified, all keyed off the same user name.
1
createUser
createUser
Create the user with login, email, and default role.
2
grantRole
grant
Grant the specified role to the user.
3
listGrants
listGrants
List all grants to the user to confirm the role was granted.