Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BackfillJob eventually fails tasks when dependencies aren't met #1254

Closed
jlowin opened this issue Mar 29, 2016 · 0 comments
Closed

BackfillJob eventually fails tasks when dependencies aren't met #1254

jlowin opened this issue Mar 29, 2016 · 0 comments
Assignees
Labels
kind:bug This is a clearly a bug

Comments

@jlowin
Copy link
Member

jlowin commented 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.

@jlowin 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
@jlowin jlowin self-assigned this Mar 29, 2016
@jlowin jlowin added the kind:bug This is a clearly a bug label Mar 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug This is a clearly a bug
Projects
None yet
Development

No branches or pull requests

1 participant