Skip to content

Commit

Permalink
tag update
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Nov 27, 2024
1 parent 1139a80 commit f9c706b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
from dagster._core.storage.tags import (
ASSET_PARTITION_RANGE_END_TAG,
ASSET_PARTITION_RANGE_START_TAG,
AUTO_RETRY_RUN_ID,
AUTO_RETRY_RUN_ID_TAG,
BACKFILL_ID_TAG,
PARTITION_NAME_TAG,
WILL_RETRY_TAG,
Expand Down Expand Up @@ -978,7 +978,7 @@ def backfill_is_complete(
if any(
[
get_boolean_tag_value(run.tags.get(WILL_RETRY_TAG), False)
and run.tags.get(AUTO_RETRY_RUN_ID) is None
and run.tags.get(AUTO_RETRY_RUN_ID_TAG) is None
for run in instance.get_runs(
filters=RunsFilter(
tags={BACKFILL_ID_TAG: backfill_id},
Expand Down

0 comments on commit f9c706b

Please sign in to comment.