pierrejeambrun commented on code in PR #43825:
URL: https://github.com/apache/airflow/pull/43825#discussion_r1840386515
##########
airflow/api_fastapi/core_api/routes/public/assets.py:
##########
@@ -63,9 +63,31 @@ def get_assets(
limit=limit,
session=session,
)
+ assets_select.options(subqueryload(AssetEvent.created_dagruns))
Review Comment:
I don't think this is the original loading options from the legacy endpoint.
--
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]