You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/11 11:53:46 UTC

[GitHub] [airflow] eladkal commented on issue #22907: Add SKIP process in addition to occurring ERROR in SQLCheckOperator

eladkal commented on issue #22907:
URL: https://github.com/apache/airflow/issues/22907#issuecomment-1094958083

   This feels more like a custom use case that you should solve locally in your deployment.
   However, should this be something needed then this should be solved in `BaseOprator`.
   What are the use cases for this request?
   
   We have similar of `soft_fail` in sensors:
   https://github.com/apache/airflow/blob/a3dd8473e4c5bbea214ebc8d5545b75281166428/airflow/sensors/base.py#L83
   which allows all sensors to set to skip on timeout.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org