snowflake.core.roleΒΆ
Manages Snowflake user roles.
Example
>>> role_name = "test_role"
>>> test_role = Role(name=role_name, comment="test_comment")
>>> created_role = roles.create(test_role)
>>> roles[role_name].delete()
Classes
|
A model object representing the Role resource. |
|
Represents the collection operations on the Snowflake Role resource. |
|
Represents a reference to a Snowflake role. |
|
A model object representing the Securable resource. |
|
A model object representing the ContainingScope resource. |
|
A model object representing the Grant resource. |