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

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


    from 073353b57b3 Add optional configuration for startupProbe 
initialDelaySeconds (#47094)
     add 58c6a495651 Remove the old `task run` commands and LocalTaskJob 
(#47453)

No new revisions were added by this update.

Summary of changes:
 .github/boring-cyborg.yml                          |    1 -
 airflow/cli/cli_config.py                          |   72 +-
 .../cli/commands/remote_commands/task_command.py   |  248 +----
 airflow/jobs/local_task_job_runner.py              |  369 -------
 airflow/task/standard_task_runner.py               |  321 ------
 .../celery/executors/celery_executor_utils.py      |    5 +-
 .../unit/openlineage/plugins/test_execution.py     |    5 +-
 .../commands/remote_commands/test_task_command.py  |  558 +----------
 tests/dags/test_dags_folder.py                     |   38 -
 tests/jobs/test_local_task_job.py                  | 1027 --------------------
 tests/task/test_standard_task_runner.py            |  547 -----------
 tests/utils/test_cli_util.py                       |    4 +-
 12 files changed, 17 insertions(+), 3178 deletions(-)
 delete mode 100644 airflow/jobs/local_task_job_runner.py
 delete mode 100644 airflow/task/standard_task_runner.py
 delete mode 100644 tests/dags/test_dags_folder.py
 delete mode 100644 tests/jobs/test_local_task_job.py
 delete mode 100644 tests/task/test_standard_task_runner.py

Reply via email to