karenbraganz commented on PR #53435: URL: https://github.com/apache/airflow/pull/53435#issuecomment-3133937981
@ashb looks like eager loading the attributes is the solution. Still need to implement and test this out to confirm that it works. Is there a reason why you want this in a separate PR? I would be eager loading attributes that are only used in this PR, so I thought it would be more appropriate to add that code in this PR itself. For example, `ti.dag_model.relative_fileloc` is one of the attributes I would be eager loading, and this attribute is directly used in the code I am adding in this PR. -- 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]
