The GitHub Actions job "Tests" on airflow.git/fix-57864-conn-id-slash has 
succeeded.
Run started by GitHub user anorum (triggered by potiuk).

Head commit for run:
9f2398b491d943012f5386ed1e46f62d559094b8 / Alex Norum <[email protected]>
Fix connection ID with slashes in Execution API

The execution API route for connections used {connection_id} which
caused FastAPI to treat slashes in connection IDs as path separators,
returning 404. Changed to {connection_id:path} to match the pattern
already used by variables and xcoms routes.

Closes: #57864
Based-on: #63103 by @diligejy

Report URL: https://github.com/apache/airflow/actions/runs/25064303248

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to