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