uranusjr commented on issue #20063:
URL: https://github.com/apache/airflow/issues/20063#issuecomment-986728173


   Hmm, this is tricky. We can’t just allow slash in `dag_run_id` either 
because there are endpoints like 
`/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances` that would cause ambiguity.
   
   Does using `api/v1/dags/{dag_id}/dagRuns/path%2Fto%2Fmediafile` give you a 
correct result? This might be the best solution if that works right now; but if 
it does not, we might need to disallow slashes in run IDs altogether instead.


-- 
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