ashb commented on code in PR #55068:
URL: https://github.com/apache/airflow/pull/55068#discussion_r2316629115
##########
airflow-core/src/airflow/models/dagbag.py:
##########
@@ -633,6 +675,285 @@ def dagbag_report(self):
return report
+class AsyncDagBag(DagBag):
Review Comment:
Can you give me an example of how a lambda gets rendered? (I know we've
talked about this before, but I've lost the context in my head)
--
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]