atul-astronomer opened a new issue, #48430:
URL: https://github.com/apache/airflow/issues/48430
### Apache Airflow version
main (development)
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
airflow tasks clear test_api_dag
[2025-03-27T06:05:38.953+0000] {dagbag.py:575} INFO - Filling up the DagBag
from /root/airflow/dags
[2025-03-27T06:05:41.156+0000] {cli.py:282} WARNING - Dag
'\x1b[1mtest_api_dag\x1b[22m' not found in path /root/airflow/dags; trying path
/root/airflow/dags
[2025-03-27T06:05:41.157+0000] {dagbag.py:575} INFO - Filling up the DagBag
from /root/airflow/dags
Traceback (most recent call last):
File "/usr/local/bin/airflow", line 10, in <module>
sys.exit(main())
File "/opt/airflow/airflow-core/src/airflow/__main__.py", line 58, in main
args.func(args)
File "/opt/airflow/airflow-core/src/airflow/cli/cli_config.py", line 49,
in command
return func(*args, **kwargs)
File "/opt/airflow/airflow-core/src/airflow/utils/cli.py", line 111, in
wrapper
return f(*args, **kwargs)
File
"/opt/airflow/airflow-core/src/airflow/utils/providers_configuration_loader.py",
line 55, in wrapped_function
return func(*args, **kwargs)
File "/opt/airflow/airflow-core/src/airflow/cli/commands/task_command.py",
line 464, in task_clear
DAG.clear_dags(
File "/opt/airflow/airflow-core/src/airflow/models/dag.py", line 1544, in
clear_dags
tis = dag.clear(
AttributeError: 'DAG' object has no attribute 'clear'
### What you think should happen instead?
_No response_
### How to reproduce
Have a dagrun created for a dag and then run CLI command to clear task
instances
**airflow tasks clear <dag_id>**
### Operating System
Linux
### Versions of Apache Airflow Providers
_No response_
### Deployment
Other
### Deployment details
_No response_
### Anything else?
_No response_
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [x] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
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]