snowflake.snowpark.catalog.Catalog.set_current_schema

Catalog.set_current_schema(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.

Language: English