Samin061 commented on issue #57864: URL: https://github.com/apache/airflow/issues/57864#issuecomment-4911482906
Opened #69585 for the slashed conn_id part. The execution API connections route used the default string path converter, so a conn_id with a `/` never matched and the task got a 404. Switched it to the `:path` converter, same as the variables route already does for slashed keys. The `conn_type` question looks like a separate secrets-backend issue, so I left it out of this PR. -- 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]
