You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Column lineage graph endpoint returns by defualt only inEdges which correspond to upstream lineage.
We do want to allow users to fetch outEdges (downstream lineage) with an extra URL parameter &withDownstream=true.
When so, inEdges and outEdges will be returned.
This can blur the graph overall, that's why we decided to allow this feature on demand.
Column lineage graph endpoint returns by defualt only
inEdges
which correspond to upstream lineage.We do want to allow users to fetch
outEdges
(downstream lineage) with an extra URL parameter&withDownstream=true
.When so,
inEdges
andoutEdges
will be returned.This can blur the graph overall, that's why we decided to allow this feature on demand.
See proposal for more details:
https://github.com/MarquezProject/marquez/blob/main/proposals/2045-column-lineage-endpoint.md
The text was updated successfully, but these errors were encountered: