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/06/22 11:39:04 UTC

[airflow] branch master updated (c7a454a -> 7256f4c)

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 c7a454a  Add AWS ECS system test (#8888)
     add 7256f4c  Pylint fixes and deprecation of rare used methods in Connection (#9419)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                        |  26 +++++
 airflow/hooks/base_hook.py                         |  12 ++-
 airflow/models/connection.py                       | 117 ++++++++++++++++++---
 airflow/providers/google/cloud/hooks/cloud_sql.py  |   3 +-
 scripts/ci/pylint_todo.txt                         |   1 -
 tests/models/test_connection.py                    |  14 ++-
 tests/providers/apache/hive/hooks/test_hive.py     |   2 +-
 tests/providers/apache/livy/hooks/test_livy.py     |   4 +-
 .../providers/google/cloud/hooks/test_cloud_sql.py |  12 +--
 .../google/cloud/operators/test_cloud_sql.py       |   6 +-
 10 files changed, 162 insertions(+), 35 deletions(-)