This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 50531f3e69 doc: reload pods when using the same DAG tag (#24576)
add aa8bf2cf85 Implement Azure service bus subscription Operators (#24625)
No new revisions were added by this update.
Summary of changes:
airflow/providers/microsoft/azure/hooks/asb.py | 19 ++-
airflow/providers/microsoft/azure/operators/asb.py | 151 ++++++++++++++++++++-
.../operators/asb.rst | 38 ++++++
tests/providers/microsoft/azure/hooks/test_asb.py | 29 ++++
.../microsoft/azure/operators/test_asb.py | 97 +++++++++++++
.../microsoft/azure/example_azure_service_bus.py | 27 +++-
6 files changed, 356 insertions(+), 5 deletions(-)