You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/27 11:50:40 UTC

[GitHub] [airflow] ashb commented on issue #16106: DebugExecutor fails with: AttributeError: 'TaskInstance' object has no attribute 'task'

ashb commented on issue #16106:
URL: https://github.com/apache/airflow/issues/16106#issuecomment-849567573


   Are you triggering running the scheduler and configuring it to run the DebugExecutor?
   
   That is not the indented purpose of that (and we should disallow it) -- DebugExecutor is designed for running a single dag instead, like shown https://airflow.apache.org/docs/apache-airflow/stable/executor/debug.html
   
   If you want to run the scheduler and not have it spawn processes, then use the SequentialExecotr.


-- 
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:
users@infra.apache.org