This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch airflow-ctl/v0-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 192441e53b5 [airflow-ctl/v0-1-test] Add dags next execution command
#66172 (#66188) (#67386)
add 871710c054d Sync main to backport branch for airflowctl (#67559)
No new revisions were added by this update.
Summary of changes:
airflow-ctl/.pre-commit-config.yaml | 4 +-
.../docs/installation/installing-from-sources.rst | 16 +-
airflow-ctl/pyproject.toml | 10 +-
.../src/airflowctl/api/datamodels/generated.py | 272 +++++++++++++++++++--
airflow-ctl/src/airflowctl/api/operations.py | 13 +-
.../airflowctl/ctl/commands/connection_command.py | 1 +
.../tests/airflow_ctl/api/test_operations.py | 116 +++++++++
.../ctl/commands/test_connections_command.py | 35 +++
.../airflow_ctl/ctl/commands/test_dag_command.py | 4 +
9 files changed, 432 insertions(+), 39 deletions(-)