remove the option to backfill from failure from the partitions ui. this is a temporary fix. the underlying issue is that the run query does a full table scan or run tags
Details
Details
- Reviewers
- None
manual
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Branch
- remove-from-failure
- Lint
Lint OK - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
I think it will take a while until we can batchify our APIs, and it would be good to address the loading delay before then.
What I think we should do:
- Get rid of "Re-execute From Last Run", because it's confusing and not super useful, as discussed here: https://github.com/dagster-io/dagster/issues/2989
- Don't be smart about "Re-execute From Failure". Just have it always enabled. If there are no failures, don't kick off any runs.
@catherinewu - thoughts? I can pick this up if helpful.