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