snowflake.snowpark.Session.lineage¶
- property Session.lineage: Lineage[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/session.py#L3685-L3691)¶
Returns a
Lineage
object that you can use to explore lineage of snowflake entities. See details of how to use this object inLineage
.