uranusjr commented on code in PR #58352:
URL: https://github.com/apache/airflow/pull/58352#discussion_r2544520271


##########
airflow-core/src/airflow/api_fastapi/core_api/routes/ui/dags.py:
##########
@@ -191,7 +191,7 @@ def get_dags(
             DagRun.run_after,
             DagRun.start_date,
             DagRun.state,
-            DagRun.duration,
+            DagRun.duration_expr,

Review Comment:
   Would it be possible to just do `DagRun.duration.expression` here instead 
and avoid adding the class attribute on DagRun altogether?



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