Learn about role-level permissions in Firebolt.
Privilege | Description | GRANT Syntax | REVOKE Syntax |
---|---|---|---|
MODIFY | Grants the ability to drop the specified role. | GRANT MODIFY ON ROLE <role_name> TO <role>; | REVOKE MODIFY ON ROLE <role_name> FROM <role>; |
developer_role
permission to drop the my_role
role: