xingdao commented on issue #17257:
URL: https://github.com/apache/airflow/issues/17257#issuecomment-887503479


   > Why do you want to override `task_type` -> it is only used for displaying 
the class name on webserver.
   
   Reason:
   
   1.  Webserver button "Zoom into Sub DAG" go a way
   2.  Dag run error, block forerver in sub dag
   3.  Most func (isinstance(current_task, SubDagOperator) or 
current_task.task_type == "SubDagOperator")
   
   so any idea to deal it? before Extend SubDagOperator, want it run as noraml.
   
   Thanks.
   
                 
               


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


Reply via email to