Overbryd commented on issue #13542:
URL: https://github.com/apache/airflow/issues/13542#issuecomment-817758093


   @ephraimbuddy I now found a failing case.
   
   * Task remained in `queued` state
   * The pod is in `Error` state. However, the error log is very strange, as it 
does not happen with other tasks of the same type (with the same codebase, 
nothing changed).
   
   ```
   [2021-04-12 11:48:03,704] {dagbag.py:448} INFO - Filling up the DagBag from 
/home/airflow/dags/<redacted>.py
   Traceback (most recent call last):
     File "/usr/local/bin/airflow", line 8, in <module>
       sys.exit(main())
     File "/usr/local/lib/python3.7/site-packages/airflow/__main__.py", line 
40, in main
       args.func(args)
     File "/usr/local/lib/python3.7/site-packages/airflow/cli/cli_parser.py", 
line 48, in command
       return func(*args, **kwargs)
     File "/usr/local/lib/python3.7/site-packages/airflow/utils/cli.py", line 
89, in wrapper
       return f(*args, **kwargs)
     File 
"/usr/local/lib/python3.7/site-packages/airflow/cli/commands/task_command.py", 
line 217, in task_run
       dag = get_dag(args.subdir, args.dag_id)
     File "/usr/local/lib/python3.7/site-packages/airflow/utils/cli.py", line 
189, in get_dag
       'parse.'.format(dag_id)
   airflow.exceptions.AirflowException: dag_id could not be found: <redacted>. 
Either the dag did not exist or it failed to parse.
   ```


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to