(venv) myusername@MacBook-Air airflow % airflow tasks run example_bash_operator runme_0 2015-01-01
[2022-11-14 23:49:19,228] {dagbag.py:537} INFO - Filling up the DagBag from /Users/myusername/airflow/dags
[2022-11-14 23:49:19,228] {cli.py:225} WARNING - Dag '\x1b[01mexample_bash_operator\x1b[22m' not found in path /Users/myusername/airflow/dags; trying path /Users/myusername/airflow/dags
[2022-11-14 23:49:19,228] {dagbag.py:537} INFO - Filling up the DagBag from /Users/myusername/airflow/dags
Traceback (most recent call last):
File "/Users/myusername/airflow/venv/bin/airflow", line 8, in <module>
sys.exit(main())
File "/Users/myusername/airflow/venv/lib/python3.10/site-packages/airflow/__main__.py", line 39, in main
args.func(args)
File "/Users/myusername/airflow/venv/lib/python3.10/site-packages/airflow/cli/cli_parser.py", line 52, in command
return func(*args, **kwargs)
File "/Users/myusername/airflow/venv/lib/python3.10/site-packages/airflow/utils/cli.py", line 103, in wrapper
return f(*args, **kwargs)
File "/Users/myusername/airflow/venv/lib/python3.10/site-packages/airflow/cli/commands/task_command.py", line 366, in task_run
dag = get_dag(args.subdir, args.dag_id, include_examples=False)
File "/Users/myusername/airflow/venv/lib/python3.10/site-packages/airflow/utils/cli.py", line 228, in get_dag
raise AirflowException(
airflow.exceptions.AirflowException: Dag 'example_bash_operator' could not be found; either it does not exist or it failed to parse.
Apache Airflow version
2.4.3
What happened
When I ran
airflow tasks run example_bash_operator runme_0 2015-01-01I got the error
What you think should happen instead
Successful completion of the task
How to reproduce
airflow tasks run example_bash_operator runme_0 2015-01-01Operating System
MacOS 12.5.1
Versions of Apache Airflow Providers
Not applicable
Deployment
Other
Deployment details
This is just on my local machine
Anything else
No response
Are you willing to submit PR?
Code of Conduct