tirkarthi commented on PR #47453:
URL: https://github.com/apache/airflow/pull/47453#issuecomment-2708018042
This seems to break running example dags on the main branch in my laptop. Is
this some issue with `SequentialExecutor` not using task-sdk ?
```
[2025-03-08T10:15:41.699+0530] {base_executor.py:295} DEBUG - 0 running task
instances for executor SequentialExecutor
[2025-03-08T10:15:41.700+0530] {base_executor.py:296} DEBUG - 1 in queue for
executor SequentialExecutor
[2025-03-08T10:15:41.700+0530] {base_executor.py:301} DEBUG - 32 open slots
for executor SequentialExecutor
[2025-03-08T10:15:41.701+0530] {base_executor.py:253} DEBUG - Calling the
<class 'airflow.executors.sequential_executor.SequentialExecutor'> sync method
[2025-03-08T10:15:41.701+0530] {sequential_executor.py:85} INFO - Executing
command: ['airflow', 'tasks', 'run', 'tutorial', 'print_date',
'scheduled__2025-03-08T04:45:32.805274+00:00', '--local', '--subdir',
'DAGS_FOLDER/tutorial.py']
Usage: airflow tasks [-h] COMMAND ...
Manage tasks
Positional Arguments:
COMMAND
clear Clear a set of task instance, as if they never ran
failed-deps Returns the unmet dependencies for a task instance
list List the tasks within a DAG
render Render a task instance's template(s)
state Get the status of a task instance
states-for-dag-run
Get the status of all task instances in a dag run
test Test a task instance
Options:
-h, --help show this help message and exit
airflow tasks command error: argument COMMAND: invalid choice: 'run' (choose
from 'clear', 'failed-deps', 'list', 'render', 'state', 'states-for-dag-run',
'test'), see help above.
```
--
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]