sassoftware / sas-airflow-provider

Apache Airflow Provider for creating tasks in Airflow to execute SAS Studio Flows and Jobs.
Apache License 2.0
18 stars 15 forks source link

feat: Error Handling to mark jobs with job_id "cancelled" or "timed out" as failed in the airflow interface #7

Closed harkamvysis closed 1 year ago

harkamvysis commented 1 year ago

Fixes #5

add a new airflow exception when job_state == "canceled" and job_state == "timed out" so that the operator marks such tasks as failed instead of successful.

Signed-off-by: Charalampos Kamvysis haralampos@kamvysis.com