jstern commented on a change in pull request #7133: [AIRFLOW-6535] add 
exception to fail without retry
URL: https://github.com/apache/airflow/pull/7133#discussion_r374728319
 
 

 ##########
 File path: airflow/models/taskinstance.py
 ##########
 @@ -1103,7 +1108,7 @@ def _handle_reschedule(self, actual_start_date, 
reschedule_exception, test_mode=
         self.log.info('Rescheduling task, marking task as UP_FOR_RESCHEDULE')
 
     @provide_session
-    def handle_failure(self, error, test_mode=None, context=None, 
session=None):
+    def handle_failure(self, error, test_mode=None, context=None, 
session=None, force_fail=False):
 
 Review comment:
   10-4, will change!

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

Reply via email to