snowflake.snowpark.lineage.LineageDirection

class snowflake.snowpark.lineage.LineageDirection(value)[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/lineage.py#L28-L52)

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

语言: 中文