sdk

No menu items for this category
OpenMetadata Documentation

module lineage_mixin

Mixin class containing Lineage specific methods

To be used by OpenMetadata class

Global Variables


  • LINEAGE_PARSING_TIMEOUT

OpenMetadata API methods related to Lineage.

To be inherited by OpenMetadata


Add lineage relationship between two entities and returns the entity information of the origin node


Method parses the query and generated the lineage between source and target tables


Remove the given Edge


Get lineage details for an entity id

Args:

entity: Type of the entity

entity_id: Entity ID

up_depth: Upstream depth of lineage (default=1, min=0, max=3)"

down_depth: Downstream depth of lineage (default=1, min=0, max=3)


Get lineage details for an entity id

Args:

entity: Type of the entity

fqn: Entity FQN

up_depth: Upstream depth of lineage (default=1, min=0, max=3)"

down_depth: Downstream depth of lineage (default=1, min=0, max=3)