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 2022/03/02 19:42:28 UTC

[airflow] branch main updated (d34ebcb -> ba79adb)

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 d34ebcb  Exit with appropriate message for shell in PROD image in breeze (#21848)
     add ba79adb  Make container creation configurable when uploading files via WasbHook (#20510)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/microsoft/azure/hooks/wasb.py    | 104 ++++++++++++++++-----
 .../microsoft/azure/transfers/local_to_wasb.py     |  12 ++-
 .../microsoft/azure/transfers/sftp_to_wasb.py      |  12 ++-
 tests/providers/microsoft/azure/hooks/test_wasb.py |  89 +++++++++++-------
 .../azure/transfers/test_local_to_wasb.py          |  20 ++--
 .../microsoft/azure/transfers/test_sftp_to_wasb.py |  29 +++---
 6 files changed, 187 insertions(+), 79 deletions(-)