This is an automated email from the ASF dual-hosted git repository.
husseinawala pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 8402e9adf4 Use `boto3.client` linked to resource meta instead of
create new one for waiters (#33552)
add 852f85bc61 Create a new method used to resume the task in order to
implement specific logic for operators (#33424)
No new revisions were added by this update.
Summary of changes:
airflow/models/baseoperator.py | 17 +++++++++++++++++
airflow/models/taskinstance.py | 22 ++++++----------------
airflow/sensors/base.py | 9 +++++++++
tests/sensors/test_base.py | 34 ++++++++++++++++++++++++++++++++--
4 files changed, 64 insertions(+), 18 deletions(-)