snowflake.snowpark.Session.get_active_session

classmethod Session.get_active_session() Optional[Session][source] (https://github.com/snowflakedb/snowpark-python/blob/v1.42.0/src/snowflake/snowpark/session.py#L891-L900)

Gets the active session if one is created. If no session is created, returns None.

Language: English