abhishekbhakat commented on issue #36867:
URL: https://github.com/apache/airflow/issues/36867#issuecomment-1898597510

   UI calls go to this function:
   
https://github.com/apache/airflow/blob/681859c7bffabce0c294060d811db2fb16851816/airflow/www/views.py#L1941-L1951
   
   Whereas API goes to:
   
https://github.com/apache/airflow/blob/681859c7bffabce0c294060d811db2fb16851816/airflow/api_connexion/endpoints/dag_run_endpoint.py#L303-L328
   
   
   UI has `.replace(" ", "+") ` but API doesn't.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to