uranusjr commented on code in PR #39211:
URL: https://github.com/apache/airflow/pull/39211#discussion_r1578826032
##########
airflow/www/views.py:
##########
@@ -3294,7 +3292,7 @@ def next_run_datasets(self, dag_id):
latest_run = dag_model.get_last_dagrun(session=session)
events = [
- dict(info)
+ dict(info._mapping)
Review Comment:
I assume this attribute is officially supported although it looks private
--
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]