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

[airflow] branch main updated (7aacba254f -> 71c64de962)

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

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


    from 7aacba254f Remove `wait_for_completion` from documentation code snippets (#26577)
     add 71c64de962 Create a more efficient  airflow dag test command that also has better local logging (#26400)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/cli_parser.py                     |   2 +-
 airflow/cli/commands/dag_command.py           |  23 +----
 airflow/example_dags/example_bash_operator.py |   2 +-
 airflow/models/dag.py                         | 135 +++++++++++++++++++++++++-
 docs/apache-airflow/executor/debug.rst        |  52 +++++++++-
 newsfragments/26400.significant.rst           |   5 +
 tests/cli/commands/test_dag_command.py        |  67 +++----------
 tests/models/test_dag.py                      |  79 +++++++++++++++
 8 files changed, 287 insertions(+), 78 deletions(-)
 create mode 100644 newsfragments/26400.significant.rst