dagster-io / dagster

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

Ability to filter backfill page #17577

Open dongchris opened 8 months ago

dongchris commented 8 months ago

What's the use case?

Backfill tab under Overview is frequently used but it is difficult to find the backfill you are looking for. Would like ability to filter based on all the Columns available, the most important would be Launched By, Backfill target (asset level), Backfill status

image

Ideas of implementation

Filtering similar to what’s available in Runs page would be sufficient image

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

gibsondan commented 8 months ago

Hi @dongchris - Ability to filter backfills by status is actually coming this week, as luck would have it - will pass on the other requests here to the team.

hellendag commented 8 months ago

The resolver will need some more filters added on the backend in order to support additional filtering options. Redirecting to @prha to see about that.

dongchris commented 5 months ago

@prha @hellendag any update on this?