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

CubeBuild operator can hang due to lack of handling of other failure types #4

Open
dfagnan opened this issue Oct 13, 2023 · 3 comments

Comments

@dfagnan
Copy link

dfagnan commented Oct 13, 2023

I believe the Jobs api can return other failures not captured by this code block resulting in it running until Airflow timeout

https://github.com/cube-js/airflow-provider-cube/blob/main/cube_provider/operators/cube.py#L198-L204

For example - other statuses seem to be "orphaned" and potentially others.

@paco-valdez
Copy link

In airflow, tasks can run forever or until it reach the timeout

@paco-valdez
Copy link

We can convert this issue to handle orphaned status because that should trigger a failure.

@dfagnan dfagnan changed the title CubeBuild operator can hang CubeBuild operator can hang due to lack of handling of other failure types Oct 13, 2023
@dfagnan
Copy link
Author

dfagnan commented Oct 13, 2023

We can convert this issue to handle orphaned status because that should trigger a failure.

Agreed - I reworded the issue title

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants