From 5126053b5b3855c0a3aaed1686b889e98f571117 Mon Sep 17 00:00:00 2001 From: JamieDeMaria Date: Mon, 2 Dec 2024 09:58:13 -0500 Subject: [PATCH] typos --- .../dagster/dagster/_core/execution/asset_backfill.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_modules/dagster/dagster/_core/execution/asset_backfill.py b/python_modules/dagster/dagster/_core/execution/asset_backfill.py index 92ea76cd68d4f..b9e4cdc18094f 100644 --- a/python_modules/dagster/dagster/_core/execution/asset_backfill.py +++ b/python_modules/dagster/dagster/_core/execution/asset_backfill.py @@ -1292,9 +1292,9 @@ def get_canceling_asset_backfill_iteration_data( asset_graph, ) # we fetch the failed_subset to get any new assets that have failed and add that to the set of - # assets we alerady know failed and their downstreams. However we need to remove any assets in + # assets we already know failed and their downstreams. However we need to remove any assets in # updated_materialized_subset to account for the case where a run retry successfully - # materialized a previlusly failed asset. + # materialized a previously failed asset. updated_failed_subset = ( asset_backfill_data.failed_and_downstream_subset | failed_subset ) - updated_materialized_subset