Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downstream column lineage #2116

Closed
pawel-big-lebowski opened this issue Sep 13, 2022 · 0 comments · Fixed by #2159
Closed

Downstream column lineage #2116

pawel-big-lebowski opened this issue Sep 13, 2022 · 0 comments · Fixed by #2159
Assignees

Comments

@pawel-big-lebowski
Copy link
Collaborator

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.

See proposal for more details:
https://github.com/MarquezProject/marquez/blob/main/proposals/2045-column-lineage-endpoint.md

@pawel-big-lebowski pawel-big-lebowski changed the title Extende column lineage graph with outEdges Downstream column lineage Sep 29, 2022
@pawel-big-lebowski pawel-big-lebowski self-assigned this Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant