dagster-io / dagster

An orchestration platform for the development, production, and observation of data assets.
https://dagster.io
Apache License 2.0
11.29k stars 1.42k forks source link

Enable tag-level searches for Jobs #17626

Open elementljarredc opened 11 months ago

elementljarredc commented 11 months ago

Kraft Heinz team has a pattern of initiating runs from the jobs page, and uses tags to track their jobs.

This is also related to their request to be able to bulk run jobs from the jobs page, the workflow they'd like to follow is:

  1. Go to jobs page
  2. search by tags
  3. Identify the jobs they want to run from the jobs page
  4. select a group of them from the jobs page
  5. Run that group

Snippet from gong regarding the Job level tagging

[https://us-91031.app.gong.io/call?id=5653838001402112485&highlights=[{"type"%3A"SHARE"%2C"from"%3A307%2C"to"%3A554}]](https://us-91031.app.gong.io/call?id=5653838001402112485&highlights=%5B%7B%22type%22%3A%22SHARE%22%2C%22from%22%3A307%2C%22to%22%3A554%7D%5D)

bengotow commented 10 months ago

Hey folks,

We talked through this in the Core / UI meeting today:

Instead of going with this stop-gap solution, we want to think about this more broadly as part of an I/A iteration. Going to put this into @braunjj's mind palace for now :)