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

Ability to DELETE jobs and datasets #1736

Closed
julienledem opened this issue Nov 1, 2021 · 2 comments
Closed

Ability to DELETE jobs and datasets #1736

julienledem opened this issue Nov 1, 2021 · 2 comments
Assignees
Milestone

Comments

@julienledem
Copy link
Member

When jobs or datasets are deleted (or renamed) we need a way to tell Marquez that they don't exist anymore so that they don't clutter the lineage view.
It would make sense to have DELETE support on /api/v1/namespaces/{ns}/datasets/{name} and /api/v1/namespaces/{ns}/jobs/{name} resources.
This is a soft delete in the internal marquez model. It creates a new deleted version. The resources will not show up in the "current" lineage view in GET /api/v1/lineage

@julienledem
Copy link
Member Author

also see #754

@mobuchowski
Copy link
Contributor

Done in #2032

Repository owner moved this from In Progress to Done in Marquez Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants