We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
In airflow, tasks can run forever or until it reach the timeout
Sorry, something went wrong.
We can convert this issue to handle orphaned status because that should trigger a failure.
orphaned
Agreed - I reworded the issue title
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: