snowflake.snowpark.Session.use_schema

Session.use_schema(schema: str) None[source]

Specifies the active/current schema for the session.

Parameters:

schema – The schema name.