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 647a2d1cbec Move Macros to Task SDK (#46867)
add 4833b53705a Refactor result_processor and event_handler signatures in
MSGraphAsyncOperator (#46637)
No new revisions were added by this update.
Summary of changes:
.../providers/microsoft/azure/hooks/msgraph.py | 2 +-
.../providers/microsoft/azure/operators/msgraph.py | 53 +++++++++---
.../providers/microsoft/azure/sensors/msgraph.py | 21 +++--
.../unit/microsoft/azure/hooks/test_msgraph.py | 21 +++++
.../unit/microsoft/azure/operators/test_msgraph.py | 99 ++++++++++++++++++++--
.../unit/microsoft/azure/sensors/test_msgraph.py | 47 ++++++++--
6 files changed, 214 insertions(+), 29 deletions(-)