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

snowflake.snowpark.Session.get_current_schema

Session.get_current_schema() Optional[str][source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.7.0/src/snowflake/snowpark/session.py#L2202-L2207)

Returns the name of the current schema for the Python connector session attached to this session. See the example in table().

Language: English