The GitHub Actions job "Tests (AMD)" on airflow.git/fix-vault-connection-sdk-compat has failed. Run started by GitHub user seanmuth (triggered by seanmuth).
Head commit for run: 0560c15101374bba6cb55a9d32e558b3e5fbb1ec / seanmuth <[email protected]> Use get_conn_value() and framework-injected Connection class Replace the get_connection() override (which hard-coded the compat SDK Connection) with get_conn_value(), returning a URI string for conn_uri secrets or a JSON-serialized field dict otherwise. The base-class get_connection() then deserializes using _get_connection_class(), which the framework populates with the ORM Connection on the server and the SDK Connection in workers — fixing the mapper-init regression without breaking server-side commands like airflow connections get. Tests call _set_connection_class(SdkConnection) to simulate the framework injection, matching how initialize_secrets_backends() wires things up at runtime. Report URL: https://github.com/apache/airflow/actions/runs/28247576337 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
