Skip to content

Pipeline Lineage not appearing / disappearing after a new ingestion? #11662

Answered by pmbrull
pmbrull asked this question in Q&A
Discussion options

You must be logged in to vote

One thing to consider here is that in recent releases, OpenMetadata updated the Pipeline lineage to appear as an Edge in the lineage graph, not as a node.

This means (node) Table A -> (edge) Pipeline X -> (node) Table B

Now, the situation described here could be happening if we have multiple Pipelines being flagged as edges for the same tables. For example:

(node) Table A -> (edge) Pipeline X & Y -> (node) Table B`

In these cases, only the latest processed Pipeline will be used as the edge, since we don't consider multiple edges for the same nodes.

In the case of Airflow, review your inlets/outlets configuration in the DAGs to validate if you are repeating information.

Replies: 2 comments

Comment options

pmbrull
May 18, 2023
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by pmbrull
Comment options

pmbrull
May 18, 2023
Maintainer Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
1 participant