snowflake.snowpark.lineage.Lineage

class snowflake.snowpark.lineage.Lineage(session: Session)[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.32.0/src/snowflake/snowpark/lineage.py#L265-L648)

Bases: object

Provides methods for exploring lineage of Snowflake objects. To access an object of this class, use Session.lineage.

Methods

trace(object_name, object_domain, *[, ...])

Traces the lineage of an object within Snowflake and returns it as a DataFrame.

Language: English