You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2021/06/17 10:46:57 UTC

[airflow] branch main updated (6236e7e -> 26b3440)

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

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


    from 6236e7e  Use resource and action names. (#16410)
     add 26b3440  Update `airflow tasks *` commands to lookup TaskInstances from DagRun Table (#16030)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/cli_parser.py                        | 15 ++--
 airflow/cli/commands/task_command.py             | 95 +++++++++++++++---------
 airflow/models/dag.py                            | 25 ++++---
 airflow/task/task_runner/standard_task_runner.py |  2 +-
 tests/cli/commands/test_task_command.py          | 86 ++++++++++++++++++++-
 tests/jobs/test_scheduler_job.py                 |  2 +-
 6 files changed, 168 insertions(+), 57 deletions(-)