Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Dec 2, 2024
1 parent f6c77ca commit 58ed06d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1296,9 +1296,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
Expand Down

0 comments on commit 58ed06d

Please sign in to comment.