You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by vi...@apache.org on 2023/09/26 13:16:12 UTC

[airflow] branch main updated (8bea45f37f -> 8f1418f4de)

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

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


    from 8bea45f37f Refactor multiple equals to contains in providers (#34441)
     add 8f1418f4de Refactor consolidate import from io (#34377)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/commands/config_command.py             | 10 +++----
 airflow/cli/utils.py                               |  4 +--
 airflow/configuration.py                           |  4 +--
 airflow/serialization/serializers/pandas.py        |  7 ++---
 airflow/utils/file.py                              |  4 +--
 airflow/www/decorators.py                          | 12 ++++----
 .../managers/fab/cli_commands/test_role_command.py |  4 +--
 .../managers/fab/cli_commands/test_user_command.py | 12 ++++----
 tests/cli/commands/test_cheat_sheet_command.py     |  4 +--
 tests/cli/commands/test_config_command.py          | 34 +++++++++++-----------
 tests/cli/commands/test_connection_command.py      | 24 +++++++--------
 tests/cli/commands/test_dag_command.py             | 34 +++++++++++-----------
 tests/cli/commands/test_info_command.py            |  8 ++---
 tests/cli/commands/test_jobs_command.py            |  8 ++---
 tests/cli/commands/test_legacy_commands.py         |  4 +--
 tests/cli/commands/test_plugins_command.py         |  8 ++---
 tests/cli/commands/test_pool_command.py            |  4 +--
 tests/cli/commands/test_task_command.py            | 16 +++++-----
 tests/cli/commands/test_variable_command.py        |  6 ++--
 tests/cli/commands/test_version_command.py         |  4 +--
 tests/cli/test_cli_parser.py                       | 14 ++++-----
 tests/core/test_configuration.py                   | 10 +++----
 tests/models/test_dag.py                           |  4 +--
 tests/test_utils/perf/perf_kit/python.py           |  4 +--
 tests/utils/log/test_secrets_masker.py             |  4 +--
 tests/utils/test_db.py                             |  4 +--
 tests/www/views/test_views_variable.py             | 14 ++++-----
 27 files changed, 131 insertions(+), 134 deletions(-)