ephraimbuddy opened a new pull request #14873:
URL: https://github.com/apache/airflow/pull/14873
The endpoints accepting dag_run_id are broken when you make a call
against them using tools like postman.
This is because the dagrun id is being quoted in the url.
A dagrun id "manual__2021-03-12T09:40:00.745000+00:00" changes to
"manual__2021-03-12T09:40:00.745000%252B00:00" on the url and then
we cannot find the dagrun that has the ID.
This started recently and I can't pin it to any library.
This commit resolves this issue by unquoting it. Tests were also modified
to have quoted dagrun id in the url
Would appreciate a suggestion on a better way to resolve this
---
**^ Add meaningful description above**
Read the **[Pull Request
Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)**
for more information.
In case of fundamental code change, Airflow Improvement Proposal
([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals))
is needed.
In case of a new dependency, check compliance with the [ASF 3rd Party
License Policy](https://www.apache.org/legal/resolved.html#category-x).
In case of backwards incompatible changes please leave a note in
[UPDATING.md](https://github.com/apache/airflow/blob/master/UPDATING.md).
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]