You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2018/12/17 20:43:58 UTC

[GitHub] phoenix24 commented on a change in pull request #4275: AIRFLOW-3437 Adding better json

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

 ##########
 File path: airflow/www/api/experimental/endpoints.py
 ##########
 @@ -132,8 +142,8 @@ def task_info(dag_id, task_id):
 
 
 @api_experimental.route(
-    '/dags/<string:dag_id>/dag_runs/<string:execution_date>/tasks/<string:task_id>',
-    methods=['GET'])
+    '/dags/<string:dag_id>/dag_runs/<string:execution_date>/' +
+    'tasks/<string:task_id>', methods=['GET'])
 
 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:
users@infra.apache.org


With regards,
Apache Git Services