hussein-awala opened a new pull request, #30293:
URL: https://github.com/apache/airflow/pull/30293

   closes: #30289
   
   ---
   Currently when an exception is raised in the poke method, the sensor fails 
as a normal task, and it can be retried if `retries` param is greater than 0.
   
   In this PR I add a new param `silent_fail` to catch the exceptions when it 
is true and log an error message instead of failing the task sensor, but it 
raise the exception if it's an instance from `AirflowSensorTimeout`, 
`AirflowTaskTimeout`, `AirflowSkipException` or `AirflowFailException`.


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