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

feat(lineage): give via and paths in entity lineage response #10192

Merged

Conversation

RyanHolstien
Copy link
Collaborator

@RyanHolstien RyanHolstien commented Apr 2, 2024

Gives additional information in lineage responses, whether a node was ignored as a hop as well as returning paths for an alternative flow.

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable). If a new feature has been added a Usage Guide has been added for the same.
  • For any breaking change/potential downtime/deprecation/big changes an entry has been made in Updating DataHub

@RyanHolstien RyanHolstien self-assigned this Apr 2, 2024
@github-actions github-actions bot added product PR or Issue related to the DataHub UI/UX devops PR or Issue related to DataHub backend & deployment labels Apr 2, 2024
"""
Any in-between via nodes for this relationship
"""
via: [String]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the first time we are introducing via as a concept in our APIs. Should we?

@RyanHolstien RyanHolstien added the wip Work in progress, don't review yet label Apr 2, 2024
@RyanHolstien RyanHolstien merged commit 888a1de into datahub-project:master Apr 3, 2024
63 of 64 checks passed
@RyanHolstien RyanHolstien deleted the feat/lineageViaResponse branch April 3, 2024 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops PR or Issue related to DataHub backend & deployment product PR or Issue related to the DataHub UI/UX wip Work in progress, don't review yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants