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: 09bfcb93bb761f85d0769c423eb8bfc9a6ef6166 / 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/23153505938 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
