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/12/03 20:45:17 UTC

[airflow] branch main updated (0930d16718 -> 4a3a429658)

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 0930d16718 Remove google from the bucket name (#28064)
     add 4a3a429658 [misc] Get rid of `pass` statement in conditions (#27775)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/amazon/aws/hooks/batch_client.py | 14 ++++---
 airflow/providers/google/cloud/hooks/pubsub.py     |  4 +-
 airflow/providers/imap/hooks/imap.py               | 10 ++---
 airflow/providers/sftp/hooks/sftp.py               |  8 +---
 airflow/providers/ssh/hooks/ssh.py                 | 19 +++++----
 .../amazon/aws/hooks/test_batch_client.py          | 46 +++++++++++++---------
 tests/providers/google/cloud/hooks/test_pubsub.py  | 42 ++++++++++++++------
 7 files changed, 82 insertions(+), 61 deletions(-)