cloud-pipeline icon indicating copy to clipboard operation
cloud-pipeline copied to clipboard

Issue #2757: [API] Runs filter by tags

Open ekazachkova opened this issue 3 years ago • 0 comments

The current PR provides implementation for issue #2757

This PR implements an ability to filter runs by tags via POST /run/filter method:

  • a new field tags added to POST /run/filter request body
  • a new db index added for pipeline_run table for tags jsonb column

ekazachkova avatar Aug 09 '22 10:08 ekazachkova