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

Updated status code check in jobexecution #8

Closed mjerick25 closed 1 year ago

mjerick25 commented 1 year ago

JobExecutionOperator currently checks for an HTTP status code of 200. This should be expanded to all successful status codes (200-299).