This is an automated email from the ASF dual-hosted git repository.
bolke pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 018ff3a9d1b update breeze Option B quick setup (#56333)
add 322dcb3279d Add msgraphfs provider (#55454)
No new revisions were added by this update.
Summary of changes:
.../azure/docs/filesystems}/index.rst | 5 +-
.../microsoft/azure/docs/filesystems/msgraph.rst | 187 +++++++++++++++++++++
providers/microsoft/azure/docs/index.rst | 1 +
.../microsoft/azure/docs/operators/msgraph.rst | 4 +
providers/microsoft/azure/provider.yaml | 1 +
providers/microsoft/azure/pyproject.toml | 1 +
.../providers/microsoft/azure/fs/msgraph.py | 111 ++++++++++++
.../providers/microsoft/azure/get_provider_info.py | 5 +-
.../providers/microsoft/azure/hooks/msgraph.py | 1 +
.../tests/unit/microsoft/azure/fs/test_msgraph.py | 155 +++++++++++++++++
10 files changed, 468 insertions(+), 3 deletions(-)
copy providers/{alibaba/docs/logging =>
microsoft/azure/docs/filesystems}/index.rst (93%)
create mode 100644 providers/microsoft/azure/docs/filesystems/msgraph.rst
create mode 100644
providers/microsoft/azure/src/airflow/providers/microsoft/azure/fs/msgraph.py
create mode 100644
providers/microsoft/azure/tests/unit/microsoft/azure/fs/test_msgraph.py