snowflake.snowpark.Session.get_active_session¶ classmethod Session.get_active_session() → Optional[Session][source] (https://github.com/snowflakedb/snowpark-python/blob/v1.32.0/src/snowflake/snowpark/session.py#L809-L818)¶ Gets the active session if one is created. If no session is created, returns None.