marquez icon indicating copy to clipboard operation
marquez copied to clipboard

Ability to DELETE jobs and datasets

Open julienledem opened this issue 3 years ago • 1 comments

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 avatar Nov 01 '21 23:11 julienledem

also see #754

julienledem avatar Nov 01 '21 23:11 julienledem

Done in https://github.com/MarquezProject/marquez/pull/2032

mobuchowski avatar Sep 12 '22 13:09 mobuchowski