tooptoop4 commented on a change in pull request #6954: [AIRFLOW-4355] removed task should not lead to dagrun success URL: https://github.com/apache/airflow/pull/6954#discussion_r364338932
########## File path: airflow/config_templates/default_airflow.cfg ########## @@ -565,6 +565,9 @@ dag_dir_list_interval = 300 # How often should stats be printed to the logs print_stats_interval = 30 +# A DagRun can have a 'removed' task instance and still lead to DagRun 'success' state when False Review comment: Right now when evaluating the overall state of a DagRun the overall DagRun state can be set to SUCCESS even though one of the TaskInstance is in REMOVED state. With this new config set to True, when evaluating the overall state of a DagRun the overall DagRun state will be set to FAILED if any TaskInstance is in REMOVED state ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
