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

DG-1720 Support Product lineage with current lineage APIs #3372

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

hr2904
Copy link
Collaborator

@hr2904 hr2904 commented Jul 30, 2024

Change description

URL 1:

http://localhost:21000/api/meta/lineage/list

URL 2:

http://localhost:21000/api/meta/lineage/61adac14-b226-4fd3-97fa-ff0fb255dadb

DataProduct when connected with Assets through input/output Ports will provide lineage through /lineage/{guid} api and /lineage/list api
through a request body attribute flag called lineageType : ProductAssetLineage

{
    "lineageType": "ProductAssetLineage",
    ....
}

Type of change

  • Bug fix (fixes an issue)
  • New feature (adds functionality)

Related issues

Fix #1
TestCases

Checklists

Development

  • Lint rules pass locally
  • Application changes have been tested thoroughly
  • Automated tests covering modified code pass

Security

  • Security impact of change has been considered
  • Code follows company security practices and guidelines

Code review

  • Pull request has a descriptive title and context useful to a reviewer. Screenshots or screencasts are attached as necessary
  • "Ready for review" label attached and reviewers assigned
  • Changes have been reviewed by at least one other contributor
  • Pull request linked to task tracker where applicable

@hr2904 hr2904 force-pushed the DG-1720 branch 2 times, most recently from f5726f6 to 1c01f95 Compare August 22, 2024 19:03
akshaysw
akshaysw previously approved these changes Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants