rawwar opened a new pull request, #44171:
URL: https://github.com/apache/airflow/pull/44171
Currently, the route is
`/public/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/`
When running tests, I noticed a redirect:
```
(Pdb) test_client.get("/public/dags/~/dagRuns/~/taskInstances")
[2024-11-19T10:43:57.544+0530] {_client.py:1026} INFO - HTTP Request: GET
http://testserver/public/dags/~/dagRuns/~/taskInstances "HTTP/1.1 307 Temporary
Redirect"
[2024-11-19T10:43:57.561+0530] {_client.py:1026} INFO - HTTP Request: GET
http://testserver/public/dags/~/dagRuns/~/taskInstances/ "HTTP/1.1 200 OK"
```
--
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]