-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Soft deleted entity ML Model still appears in the UI #6328
Comments
This issue is stale because it has been open for 30 days with no activity. If you believe this is still an issue on the latest DataHub release please leave a comment with the version that you tested it with. If this is a question/discussion please head to https://slack.datahubproject.io. For feature requests please use https://feature-requests.datahubproject.io |
This issue is stale because it has been open for 30 days with no activity. If you believe this is still an issue on the latest DataHub release please leave a comment with the version that you tested it with. If this is a question/discussion please head to https://slack.datahubproject.io. For feature requests please use https://feature-requests.datahubproject.io |
Hey @jazzblue sorry for the delayed response here. Were you able to verify that the entity was indeed soft deleted in the database? |
Ah it looks like we don't support the |
Hey @jazzblue so I realized that our docs are misleading. Soft deletion only means that an entity won't show up in Search or Browse, but its entity page will still be viewable. I created this PR to make that clear #7117 That said, supporting soft deletion for ML models is a different matter, and I will get back to you soon on this! |
It actually looks like we do support soft deletion for ML models via the legacy snapshot aspects, as shown here https://github.com/datahub-project/datahub/blob/master/metadata-models/src/main/pegasus/com/linkedin/metadata/aspect/MLModelAspect.pdl Given this, I'm going to close this one out! |
@aditya-radhakrishnan I would disagree, soft deleted is deleted and should not show up in the UI. The meaning of soft is that it can be restored, but while it is in soft deleted state it is deleted as far as any user whether API or UI. This should be fixed. I will reopen this issue. |
Describe the bug
After soft deleting mlModel entity still appears on UI despite what the docs say here.
To Reproduce
Steps to reproduce the behavior:
quickstart
) and install Python dependencies.Expected behavior
The above soft deleted ML model should not be shown in the UI.
Screenshots
The text was updated successfully, but these errors were encountered: