The GitHub Actions job "Tests (AMD)" on airflow.git/feature/oracle-auth-mode-purity-enum has failed. Run started by GitHub user ed-kyu (triggered by ed-kyu).
Head commit for run: 124c3828ff2fc3957fa1d9f5994a10a1774276ed / skkim <[email protected]> Use oracledb AuthMode/Purity enums in Oracle hook connection config Resolve the long-standing TODO to map the connection extra mode/purity strings via the oracledb.AuthMode / oracledb.Purity enums instead of the hand-written if/elif chains. The enums were added in python-oracledb 2.3, so the minimum is raised from 2.0.0 to 2.3.0. The legacy AUTH_MODE_*/PURITY_* module constants are aliases of these enum members, so the resolved values are unchanged. Matching is now done by enum member name (case-insensitive) and covers every AuthMode/Purity value rather than the previously hard-coded subset. None is compared explicitly because Purity.DEFAULT is 0 and a truthiness check would drop it. Report URL: https://github.com/apache/airflow/actions/runs/26625399828 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
