This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from ae101f59ec Skip SLA miss callback when in DB isolation mode (#41028)
add ba78d54538 Refactor `BaseSensorOperator` introduce `skip_policy`
parameter (#40924)
No new revisions were added by this update.
Summary of changes:
airflow/example_dags/example_sensors.py | 22 +++++--
airflow/sensors/base.py | 99 +++++++++++++++++++++++-------
tests/decorators/test_sensor.py | 10 +--
tests/sensors/test_base.py | 45 ++++++++------
tests/sensors/test_external_task_sensor.py | 29 ++++-----
5 files changed, 140 insertions(+), 65 deletions(-)