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 2021/12/06 12:24:14 UTC

[GitHub] [airflow] uranusjr commented on issue #20063: Forward slash in `dag_run_id` gives rise to trouble accessing things through the REST API

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-unsubscribe@airflow.apache.org

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