Skip to content

Commit

Permalink
pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Sep 13, 2024
1 parent f097359 commit 924c8a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def execute_job_backfill_iteration(
)
if (
len(
instance.get_run_records(
instance.get_run_ids(
filters=RunsFilter(
tags=DagsterRun.tags_for_backfill_id(backfill.backfill_id),
statuses=[DagsterRunStatus.FAILURE, DagsterRunStatus.CANCELED],
Expand Down

0 comments on commit 924c8a3

Please sign in to comment.