snowflake.core.userΒΆ

Manages Snowflake Users.

Example

>>> user = User("test_user")
>>> created_user = root.users.create(user)
>>> root.users["test_user"].fetch()
>>> root.users["test_user"].delete()
Copy

Classes

User(name[, password, login_name, ...])

A model object representing the User resource.

UserCollection(root)

Represents the collection operations on the Snowflake User resource.

UserResource(name, collection)

Represents a reference to a Snowflake user.

Securable(*[, database, schema])

A model object representing the Securable resource.

Grant(*[, securable, containing_scope, ...])

A model object representing the Grant resource.

ContainingScope(*, database[, schema])

A model object representing the ContainingScope resource.