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