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

delete asset doesn't remove asset from lineage #185

Closed
bsushmith opened this issue Nov 4, 2022 · 0 comments · Fixed by #220
Closed

delete asset doesn't remove asset from lineage #185

bsushmith opened this issue Nov 4, 2022 · 0 comments · Fixed by #220

Comments

@bsushmith
Copy link
Member

Describe the bug
Using DELETE asset endpoint, doesn't delete asset from lineage repository. It only deletes from asset repository and discovery repository.

To Reproduce
Steps to reproduce the behavior:

  1. Create Asset A
  2. Create Asset B which has upstream/downstream relation with asset A so that it is part of asset A lineage.
  3. Delete Asset B
  4. Asset A would still have asset B in its lineage

Expected behavior
Deleted asset B should not be part of the lineage of asset A

Additional context
Tested version - v0.2.2. But the delete logic looks the same in the latest version also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant