tirkarthi commented on issue #30898: URL: https://github.com/apache/airflow/issues/30898#issuecomment-1550145313
This seems like a related werkzeug issue : https://github.com/pallets/werkzeug/issues/2657 . @motherhubbard Can you please confirm the version of werkzeug used? + doesn't seem to be encoded in the URL generated. URL generated has differences as per werkzeug version v2.3.1 or 2.2.3 http://localhost:8080/dags/example_branch_datetime_operator/graph\?run_id\=scheduled__2022-11-25T00:00:00%2B00:00\&execution_date\=2022-11-25+00:00:00%2B00:00 v2.3.0 http://localhost:8080/dags/example_branch_datetime_operator/graph\?run_id\=scheduled__2022-11-25T00:00:00+00:00\&execution_date\=2022-11-25+00:00:00+00:00 -- 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]
