ashb commented on code in PR #55068:
URL: https://github.com/apache/airflow/pull/55068#discussion_r2316024174


##########
airflow-core/src/airflow/models/dagbag.py:
##########
@@ -633,6 +675,285 @@ def dagbag_report(self):
         return report
 
 
+class AsyncDagBag(DagBag):

Review Comment:
   I still don't get why you need the task in the first place to render 
templates?
   
   What is the most minimal example of why we need this?



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