Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dagster-io/dagster
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 436cffdc78b3a83413637714c1016b7d34415611
Choose a base ref
..
head repository: dagster-io/dagster
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6dbf15a23ebe27d363d980dc1ebe9ddede4efbdc
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 python_modules/dagster/dagster/_core/execution/asset_backfill.py
Original file line number Diff line number Diff line change
@@ -954,7 +954,7 @@ def backfill_is_complete(
if (
# Condition 1 - all asset partitions in the target subset have a materialization state
backfill_data.all_targeted_partitions_have_materialization_status()
# Condtition 2 - there are no in progress runs for the backfill
# Condition 2 - there are no in progress runs for the backfill
and len(
instance.get_run_ids(
filters=RunsFilter(