The GitHub Actions job "Tests" on airflow.git/fix/issue-63340 has succeeded.
Run started by GitHub user YoannAbriel (triggered by YoannAbriel).

Head commit for run:
9df021ea3ff20cd0747e26b3f5efd0cb3e781a8a / Yoann Abriel <[email protected]>
fix(api): handle undecryptable connection password and extra after migration

After migrating from Airflow 2.x with a different Fernet key, encrypted
connection fields (password, extra) fail to decrypt with InvalidToken.
This crashes the API with a 500 PydanticSerializationError when listing
or viewing connections.

Catch decryption errors in Connection.get_password() and get_extra(),
log a warning, and return None instead of propagating the exception.

Closes: #63340

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

With regards,
GitHub Actions via GitBox


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

Reply via email to