raphaelauv opened a new pull request, #41463:
URL: https://github.com/apache/airflow/pull/41463

   following first try based on 2.10.0b1 
:https://github.com/apache/airflow/pull/41047
   
   
   
   fix: https://github.com/apache/airflow/issues/40787
   
   - introduce fail_policy parameter
   - deprecate soft_fail and silent_fail parameters
   
   - introduce the SKIP_ON_ANY_ERROR
   - replace soft_fail by SKIP_ON_TIMEOUT that is no more ignoring technical 
errors
   - replace silent_fail by IGNORE_ERROR
   
   why ? cause we currently can't trust the `soft_fail` parameters for at least 
once delivery since sensor can be skipped on any technical errors with 
soft_fail ( that mean we can skip data that was available or present ) 


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to