You are viewing documentation about an older version (1.12.0). View latest version

snowflake.snowpark.DataFrame.session

property DataFrame.session: Session[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.12.0/src/snowflake/snowpark/dataframe.py#L3359-L3364)

Returns a snowflake.snowpark.Session object that provides access to the session the current DataFrame is relying on.

Language: English