You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 asset A so that it is part of asset A lineage.
Delete Asset B
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.
The text was updated successfully, but these errors were encountered:
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:
A
B
which has upstream/downstream relation with assetA
so that it is part of assetA
lineage.B
A
would still have assetB
in its lineageExpected behavior
Deleted asset
B
should not be part of the lineage of assetA
Additional context
Tested version - v0.2.2. But the delete logic looks the same in the latest version also.
The text was updated successfully, but these errors were encountered: