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

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.29.1/snowpark-python/src/snowflake/snowpark/catalog.py#L451-L458)

Set the current default schema for the session.

Parameters:

schema – schema name or Schema object.

语言: 中文