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 2021/04/27 08:27:45 UTC

[airflow] branch master updated (e229f35 -> 4b031d3)

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

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


    from e229f35  Use Pip 21.* to install airflow officially (#15513)
     add 4b031d3  Make Airflow code Pylint 2.8 compatible (#15534)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/commands/celery_command.py             | 28 ++++----
 airflow/cli/commands/dag_command.py                | 12 ++--
 airflow/cli/commands/info_command.py               | 18 ++---
 airflow/cli/commands/kerberos_command.py           | 23 +++----
 airflow/cli/commands/scheduler_command.py          | 23 +++----
 airflow/cli/commands/webserver_command.py          |  4 +-
 airflow/hooks/subprocess.py                        |  1 +
 airflow/models/dagbag.py                           | 76 +++++++++++-----------
 airflow/operators/bash.py                          |  1 -
 .../amazon/aws/operators/s3_file_transform.py      | 29 ++++-----
 .../amazon/aws/transfers/dynamodb_to_s3.py         | 20 +++---
 airflow/providers/apache/beam/hooks/beam.py        |  1 +
 .../apache/hive/transfers/hive_to_mysql.py         | 41 ++++++------
 .../apache/hive/transfers/mssql_to_hive.py         |  7 +-
 airflow/providers/apache/pinot/hooks/pinot.py      | 37 +++++------
 airflow/providers/apache/spark/hooks/spark_sql.py  |  1 +
 .../providers/apache/spark/hooks/spark_submit.py   | 19 +++---
 airflow/providers/apache/sqoop/hooks/sqoop.py      | 19 ++----
 airflow/providers/ftp/hooks/ftp.py                 |  2 +
 airflow/providers/google/cloud/hooks/cloud_sql.py  |  1 +
 airflow/providers/google/cloud/operators/gcs.py    | 38 +++++------
 .../google/cloud/transfers/cassandra_to_gcs.py     |  2 +
 .../providers/google/cloud/transfers/sql_to_gcs.py |  3 +
 airflow/providers/microsoft/mssql/hooks/mssql.py   |  8 +--
 .../providers/mysql/transfers/vertica_to_mysql.py  | 17 +++--
 airflow/providers/qubole/hooks/qubole.py           |  1 +
 airflow/security/kerberos.py                       | 28 ++++----
 airflow/sensors/bash.py                            | 20 +++---
 airflow/task/task_runner/base_task_runner.py       |  3 +-
 airflow/utils/file.py                              |  2 +
 airflow/utils/process_utils.py                     | 41 ++++++------
 setup.py                                           |  2 +-
 tests/cli/commands/test_dag_command.py             |  7 +-
 tests/cli/commands/test_user_command.py            | 24 +++----
 tests/cli/commands/test_variable_command.py        | 43 ++++++------
 tests/cli/commands/test_webserver_command.py       |  9 ++-
 tests/models/test_dagbag.py                        | 22 +++----
 .../amazon/aws/operators/test_s3_file_transform.py |  9 +--
 .../apache/hive/transfers/test_hive_to_mysql.py    | 16 +++--
 .../apache/hive/transfers/test_mssql_to_hive.py    |  6 +-
 tests/providers/apache/pinot/hooks/test_pinot.py   |  7 +-
 tests/providers/apache/sqoop/hooks/test_sqoop.py   | 11 ++--
 tests/providers/google/cloud/hooks/test_gcs.py     |  1 +
 tests/providers/google/cloud/operators/test_gcs.py | 23 +++++--
 tests/test_utils/logging_command_executor.py       | 40 ++++++------
 tests/utils/test_email.py                          | 68 +++++++++----------
 46 files changed, 418 insertions(+), 396 deletions(-)