The GitHub Actions job "Tests (AMD)" on airflow.git/2607/ppg3_providers has 
succeeded.
Run started by GitHub user Dev-iL (triggered by henry3260).

Head commit for run:
c8ebd84cc4c49c92c56b351cb4909c5f7ea4d307 / 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/28865033039

With regards,
GitHub Actions via GitBox


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

Reply via email to