ashb commented on a change in pull request #4275: AIRFLOW-3437 Adding better 
json
URL: https://github.com/apache/airflow/pull/4275#discussion_r268579839
 
 

 ##########
 File path: airflow/api/common/experimental/get_dag_runs.py
 ##########
 @@ -50,6 +54,4 @@ def get_dag_runs(dag_id, state=None):
                            run.start_date.isoformat()),
             'dag_run_url': url_for('Airflow.graph', dag_id=run.dag_id,
                                    execution_date=run.execution_date)
-        })
-
-    return dag_runs
 
 Review comment:
   The change in this file serves no purpose and just confuses git history. 
Please revert this.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to