snowflake.snowpark.lineage.LineageDirection

class snowflake.snowpark.lineage.LineageDirection(value)[source]

Bases: Enum

Directions for tracing the lineage.

DOWNSTREAM

Represents the downstream direction in lineage tracing.

Type:

str

UPSTREAM

Represents the upstream direction in lineage tracing.

Type:

str

BOTH

Represents both upstream and downstream direction in lineage tracing.

Type:

str

Methods

values()

value_of(value)

Attributes

DOWNSTREAM

UPSTREAM

BOTH