You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/12/06 00:48:24 UTC

[airflow] branch main updated (564fe63 -> 374574b)

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 564fe63  Added example DAG for MSSQL to Google Cloud Storage (GCS) (#19873)
     add 374574b  Fix mypy errors in Microsoft Azure provider (#19923)

No new revisions were added by this update.

Summary of changes:
 .../microsoft/azure/hooks/container_instance.py    |  4 +-
 .../microsoft/azure/hooks/data_factory.py          | 43 ++++++++++++++++------
 airflow/providers/microsoft/azure/hooks/wasb.py    |  2 +-
 .../microsoft/azure/log/wasb_task_handler.py       |  2 +-
 .../microsoft/azure/operators/data_factory.py      |  4 +-
 .../providers/microsoft/azure/secrets/key_vault.py |  2 +-
 .../azure/hooks/test_azure_data_factory.py         | 42 +++++++++++++--------
 7 files changed, 64 insertions(+), 35 deletions(-)