Forward slash in dag_run_id makes dag run unfindable in API
#19745
Unanswered
davidavdav
asked this question in
Q&A
Replies: 1 comment
|
I think you should open an issue for that one. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
We're using airflow in an event-based setup, where, e.g., media file upload triggers various dags. We've found it useful to use the media-path
path/to/mediafileasdag_run_id, and this works for the most part in airflow. However, it seems a specific dag run can no longer be found in the REST API through the URL part/api/v1/dags/{dag}/dagRuns/path/to/mediafile, escaping the/with%2fdoes not help here.It seems not forbidden to have
/characters indag_run_id, is this true, and should it be that way?All reactions