You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ds...@apache.org on 2022/09/28 22:56:24 UTC

[airflow] branch main updated (6b7eb5caeb -> c94f978a66)

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

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


    from 6b7eb5caeb Add all dependent providers when running selective checks (#26736)
     add c94f978a66 Fix airflow tasks run --local when dags_folder differs from that of processor (#26509)

No new revisions were added by this update.

Summary of changes:
 airflow/models/dag.py                              | 11 ++-
 airflow/serialization/schema.json                  |  8 ++-
 airflow/serialization/serialized_objects.py        |  4 +-
 airflow/utils/cli.py                               | 45 ++++++++++--
 tests/cli/commands/test_task_command.py            | 84 +++++++++++++++++++++-
 tests/dags/{test_sensor.py => test_dags_folder.py} | 20 +++---
 tests/models/test_dag.py                           | 57 ++++++++++++++-
 tests/serialization/test_dag_serialization.py      | 11 ++-
 tests/utils/test_cli_util.py                       | 21 ++++++
 9 files changed, 242 insertions(+), 19 deletions(-)
 copy tests/dags/{test_sensor.py => test_dags_folder.py} (69%)