danassa opened a new pull request #4152: AIRFLOW-3297 added possible states to the EMR step sensor URL: https://github.com/apache/incubator-airflow/pull/4152 Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses [AIRFLOW-3297](https://issues.apache.org/jira/browse/AIRFLOW-3297) ### Description - [ ] This PR implements correct behaviour to EMR step states. Previously, the states 'PENDING_CANCELLED' and 'INTERRUPTED' resulted in the Airflow task being marked as successful. This PR fixed this by mentioning those states as NON_TERMINAL_STATES and as FAILED_STATE, accordingly. ### Tests - [ ] My PR adds the following unit tests - test_step_interrupted ### Code Quality - [ ] Passes `flake8`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
