ashb commented on a change in pull request #4275: AIRFLOW-3437 Adding better json URL: https://github.com/apache/airflow/pull/4275#discussion_r268578660
########## 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: Agreed. Revert this please ---------------------------------------------------------------- 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
