vincbeck commented on code in PR #58352:
URL: https://github.com/apache/airflow/pull/58352#discussion_r2565971970
##########
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.expression, # type: ignore[attr-defined]
Review Comment:
I agree with Pierre's comment, however, I tried myself to fix as well and
could not find a solution. So in that case, I do not see any better solution
--
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]