snowflake.snowpark.Session.get_current_schema¶ Session.get_current_schema() → str | None[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.4.0/src/snowflake/snowpark/session.py#L1719-L1724)¶ Returns the name of the current schema for the Python connector session attached to this session. See the example in table().