You are viewing documentation about an older version (0.9.0). View latest version

snowflake.core.grant.Securables

class snowflake.core.grant.Securables

Bases: object

Util Class with static method to create various Securable class instances.

Example

>>> Securables.account("test-account")
>>> Securables.database("testdb")
>>> Securables.current_account
Copy

Attributes

current_account = <snowflake.core.grant._securables.Securable object>

Methods

__init__()
static account(name: str) Securable
static database(name: str) Securable
static integration(name: str) Securable
static role(name: str) Securable