snowflake.snowpark.Session.use_schema¶
- Session.use_schema(schema: str) None [source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/session.py#L2724-L2730)¶
Specifies the active/current schema for the session.
- Parameters:
schema – The schema name.