You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When dependencies are unmet, the command exists successfully (as in, without error or return code). The executor marks it as a success. But the task has no status, because it never ran. This triggers the "airflow run command failed to report an error" which eventually fails the task.
This issue will be fixed as part of the resolution for #1225, this issue is for tracking it.
The text was updated successfully, but these errors were encountered:
jlowin
changed the title
BackfillJob doesn't know what to do when a task doesn't run because dependencies aren't met
BackfillJob eventually fails tasks when dependencies aren't met
Mar 29, 2016
See #1225 (comment)
When dependencies are unmet, the command exists successfully (as in, without error or return code). The executor marks it as a success. But the task has no status, because it never ran. This triggers the "airflow run command failed to report an error" which eventually fails the task.
This issue will be fixed as part of the resolution for #1225, this issue is for tracking it.
The text was updated successfully, but these errors were encountered: