delete asset doesn't remove asset from lineage
Closed this issue · 0 comments
bsushmith commented
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:
- Create Asset
A
- Create Asset
B
which has upstream/downstream relation with assetA
so that it is part of assetA
lineage. - Delete Asset
B
- Asset
A
would still have assetB
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.