You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/10/09 09:34:04 UTC

[airflow] branch master updated (8baf657 -> d2754ef)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 8baf657  Fix regression in DataflowTemplatedJobStartOperator (#11167)
     add d2754ef  Strict type check for Microsoft  (#11359)

No new revisions were added by this update.

Summary of changes:
 .../microsoft/azure/log/wasb_task_handler.py       | 22 +++++++----
 .../microsoft/azure/operators/adls_list.py         |  4 +-
 airflow/providers/microsoft/azure/operators/adx.py |  6 +--
 .../microsoft/azure/operators/azure_batch.py       |  4 +-
 .../azure/operators/azure_container_instances.py   | 18 ++++-----
 .../microsoft/azure/operators/azure_cosmos.py      |  3 +-
 .../microsoft/azure/operators/wasb_delete_blob.py  |  4 +-
 .../microsoft/azure/secrets/azure_key_vault.py     |  4 +-
 .../microsoft/azure/sensors/azure_cosmos.py        |  3 +-
 airflow/providers/microsoft/azure/sensors/wasb.py  |  8 ++--
 .../microsoft/azure/transfers/azure_blob_to_gcs.py |  2 +-
 .../microsoft/azure/transfers/file_to_wasb.py      |  4 +-
 .../microsoft/azure/transfers/local_to_adls.py     |  2 +-
 .../azure/transfers/oracle_to_azure_data_lake.py   |  4 +-
 airflow/providers/microsoft/mssql/hooks/mssql.py   | 12 +++---
 .../providers/microsoft/mssql/operators/mssql.py   | 14 ++++---
 airflow/providers/microsoft/winrm/hooks/winrm.py   | 43 +++++++++++-----------
 .../providers/microsoft/winrm/operators/winrm.py   | 28 ++++++++++----
 18 files changed, 104 insertions(+), 81 deletions(-)