The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/connection-port-validation has failed.
Run started by GitHub user jlaportebot (triggered by potiuk).

Head commit for run:
b1ca29f7f3e3a7f8d2932eae4d0aebcb0b07f4b7 / jlaportebot <[email protected]>
fix(connection): add port validation for connection port field

Validate that the connection port field is within the valid TCP/UDP range 
(0-65535)
at every layer where connections are accepted or created:

- Core Connection model (airflow.models.connection)
- Task SDK Connection class (airflow.sdk.definitions.connection)
- REST API request model (ConnectionBody)
- CLI connection create/update command
- Execution API datamodel (ConnectionTestConnectionResponse)
- ConnectionTestRequest SQLAlchemy model

This prevents users from creating connections with invalid port numbers
(e.g., -1, 99999999) which would silently misbehave at runtime.

Closes #68382

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

With regards,
GitHub Actions via GitBox


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

Reply via email to