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

snowflake.snowpark.lineage.Lineage

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

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