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

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


    from 6892590  Add multiple file upload functionality to GCS hook (#8849)
     add 553bb7a  Keep functions signatures in decorators (#9786)

No new revisions were added by this update.

Summary of changes:
 airflow/api/auth/backend/default.py                     |  9 ++++++---
 airflow/api/auth/backend/deny_all.py                    |  9 ++++++---
 airflow/api/auth/backend/kerberos_auth.py               |  8 ++++++--
 airflow/api_connexion/parameters.py                     | 11 +++++++----
 airflow/lineage/__init__.py                             | 13 ++++++++-----
 .../versions/3c20cacc0044_add_dagrun_run_type.py        |  2 +-
 .../6e96a59344a4_make_taskinstance_pool_not_nullable.py |  2 +-
 ...c1e65623dc7_add_max_tries_column_to_task_instance.py |  2 +-
 airflow/operators/python.py                             | 15 +++++++++++----
 airflow/providers/amazon/aws/hooks/s3.py                | 12 +++++++-----
 airflow/providers/google/cloud/hooks/dataflow.py        | 12 ++++++------
 airflow/providers/google/cloud/hooks/gcs.py             |  9 +++++----
 airflow/providers/google/common/hooks/base_google.py    | 17 +++++++++--------
 airflow/stats.py                                        | 10 ++++++----
 airflow/utils/cli.py                                    |  8 +++++---
 airflow/www/decorators.py                               | 17 ++++++++++-------
 16 files changed, 95 insertions(+), 61 deletions(-)

Reply via email to