phoenix24 commented on a change in pull request #4275: AIRFLOW-3437 Adding
better json
URL: https://github.com/apache/incubator-airflow/pull/4275#discussion_r242309038
##########
File path: airflow/www/api/experimental/endpoints.py
##########
@@ -189,7 +199,8 @@ def latest_dag_runs():
'dag_run_url': url_for('airflow.graph', dag_id=dagrun.dag_id,
execution_date=dagrun.execution_date)
})
- return jsonify(items=payload) # old flask versions dont support
jsonifying arrays
+ # old flask versions dont support jsonifying arrays
+ return jsonify(items=payload)
Review comment:
doesn't look like a relevant change.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services