snowflake.core.database_role¶
Manages Snowflake database roles.
Example
>>> database_role_name = "test_database_role"
>>> database_role = DatabaseRole(name=database_role_name, comment="test_comment")
>>> created_database_role = database_roles.create(database_role)
>>> database_roles[database_role_name].drop()
Classes
  | 
A model object representing the DatabaseRole resource.  | 
  | 
Represents the collection operations on the Snowflake DatabaseRole resource.  | 
  | 
Represents a reference to a Snowflake database role.  | 
  | 
A model object representing the ContainingScope resource.  | 
  | 
A model object representing the Securable resource.  | 
  | 
A model object representing the Grant resource.  |