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

snowflake.snowpark.Session.use_schema

Session.use_schema(schema: str) None[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.22.1/src/snowflake/snowpark/session.py#L3043-L3049)

Specifies the active/current schema for the session.

Parameters:

schema – The schema name.

Language: English