Replies: 3 comments
-
Thanks for opening your first issue here! Be sure to follow the issue template! |
Beta Was this translation helpful? Give feedback.
-
This feels more like a custom use case that you should solve locally in your deployment. We have similar of airflow/airflow/sensors/base.py Line 83 in a3dd847 which allows all sensors to set to skip on timeout. |
Beta Was this translation helpful? Give feedback.
-
@eladkal, thank you for your reply!
|
Beta Was this translation helpful? Give feedback.
-
Description
In SQLCheckOperator,
I propose to add a feature of the check option that makes it optionally skip instead of occurring error if the condition meets.
Use case/motivation
I was looking for a feature similar to SQLCheckOperator.
Actually, in SQLCheckOperator, if it does not match the condition, it throws error. However, for my case, I wanted to skip rather than throwing error.
I asked for advise at slack about how I can implement this, then I followed @dstandish's advise so that I could develop for just my case. However, I want to contribute to community by adding a new feature to solve this.
Related issues
NONE
Are you willing to submit a PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions