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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to