The GitHub Actions job "Tests (AMD)" on airflow.git/2607/ppg3_providers has succeeded. Run started by GitHub user Dev-iL (triggered by Dev-iL).
Head commit for run: 6a6eaf813d63e8274436d543003a97de2120e397 / Dev-iL <[email protected]> Fix DbApiHook's SQLAlchemy engine for a bare postgresql:// connection SQLAlchemy resolves a bare postgresql:// scheme to the psycopg2 DB-API by default, regardless of what Airflow's own config does. Any DbApiHook subclass whose connection type maps to a bare postgresql:// URI (rather than delegating to PostgresHook's own driver-aware sqlalchemy_url) broke once apache-airflow-providers-postgres stopped hard-requiring psycopg2. get_sqlalchemy_engine() now retries with an explicit driver — psycopg (v3) preferred, psycopg2 as fallback — only for that specific bare-scheme failure; any other scheme's error still propagates unchanged. Part of the migration tracked in apache/airflow#68453. Report URL: https://github.com/apache/airflow/actions/runs/29156767180 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
