snowflake.snowpark.Session.connection¶
- property Session.connection: SnowflakeConnection[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/session.py#L2629-L2633)¶
Returns a
SnowflakeConnection
object that allows you to access the connection between the current session and Snowflake server.