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

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


    from 760c52949a logging poke info when external dag is not none and task_id 
and task_ids are none (#28097)
     add 367e8f135c AIP-44: Add CLI command for running standalone Internal API 
(#28425)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                         |   1 +
 airflow/cli/cli_parser.py                       |  67 ++++++
 airflow/cli/commands/internal_api_command.py    | 259 ++++++++++++++++++++++++
 airflow/www/extensions/init_views.py            |   4 +-
 tests/cli/commands/test_internal_api_command.py | 250 +++++++++++++++++++++++
 5 files changed, 579 insertions(+), 2 deletions(-)
 create mode 100644 airflow/cli/commands/internal_api_command.py
 create mode 100644 tests/cli/commands/test_internal_api_command.py

Reply via email to