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

snowflake.snowpark.Session.use_secondary_roles

Session.use_secondary_roles(roles: Literal['all', 'none'] | None) None[source]

Specifies the active/current secondary roles for the session. The currently-active secondary roles set the context that determines whether the current user has the necessary privileges to perform SQL actions.

Parameters:

roles – “all” or “none”. None means “none”.

References: Snowflake command USE SECONDARY ROLES.