We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02a045 commit 640d825Copy full SHA for 640d825
bfi_dagster_project/assets/transcode_retry.py
@@ -78,7 +78,7 @@ def reencode_failed_asset(
78
choice = None
79
80
context.log.info(f"{log_prefix}==== Retry RAWcook encoding: {fullpath} ====")
81
- if status.strip() not in ("RAWcooked failed", "Pending retry"):
+ if status.strip() not in ("RAWcook failed", "Pending retry"):
82
context.log.error(f"{log_prefix}Sequence not suitable for retry. Exiting.")
83
return dg.Output(value={})
84
context.log.info(f"{log_prefix}Status indicates selected for retry successful")
0 commit comments