snowflake.snowpark.catalog.Catalog.setCurrentSchema¶
- Catalog.setCurrentSchema(schema: Union[str, ModelSchemaModel]) None [source] (https://github.com/snowflakedb/snowpark-python/blob/v1.30.0/snowpark-python/src/snowflake/snowpark/catalog.py#L451-L458)¶
Set the current default schema for the session.
- Parameters:
schema – schema name or
Schema
object.