marquez icon indicating copy to clipboard operation
marquez copied to clipboard

Add `Tag` support for `Job`s

Open wslulciuc opened this issue 1 year ago • 1 comments

We currently support tagging datasets and fields, but we should also expand support to include tagging jobs. For example, we have the job types BATCH , STREAM, SERVICE and some tags could include:

  • WEEKLY, DAILY (relates to scheduling)
  • SPARK , AIRFLOW (relates runtime execution)

wslulciuc avatar Feb 25 '24 22:02 wslulciuc

So we would need an additional table to capture the mapping - something like

image

and a couple of end points

POST http://localhost:5000/api/v1/namespaces/{namespace}/jobs/{job}/tags/{tag} DELETE http://localhost:5000/api/v1/namespaces/{namespace}/jobs/{job}/tags/{tag}

@wslulciuc - can you think of anything else we might need (excluding UI changes)

davidsharp7 avatar Mar 01 '24 09:03 davidsharp7