snowflake.snowpark.Session.get_current_schema¶
- Session.get_current_schema() Optional[str] [source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/session.py#L3531-L3536)¶
Returns the name of the current schema for the Python connector session attached to this session. See the example in
table()
.