Bishesh-Shahi opened a new pull request, #66926:
URL: https://github.com/apache/airflow/pull/66926
Closes #66176
This PR introduces the \irflowctl tasks clear\ command to the new Airflow
CLI interface, satisfying the requirements of AIP-94.
Changes:
- Added \TasksOperations\ to \irflow-ctl/src/airflowctl/api/operations.py\
that maps \clear\ to the core API's \POST /dags/{dag_id}/clearTaskInstances\
endpoint.
- Registered the \ asks\ property in the \Client\ to automatically
generate the command and its arguments via \cli_config.py\.
- Added an integration test for \ asks clear example_bash_operator\ in \
est_airflowctl_commands.py\.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]