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

Head commit for run:
96d01b6b66671e12e8b524ff8232e930bd9e79d9 / Dev-iL 
<[email protected]>
Make psycopg the default synchronous Postgres driver

Mirrors the async default switch (#67801/#68496): a bare postgresql://
or legacy postgres:// / postgres+psycopg2:// sql_alchemy_conn is now
rewritten to postgresql+psycopg:// instead of postgresql+psycopg2://
when the psycopg (v3) package is installed, falling back to
postgresql+psycopg2:// otherwise so environments without psycopg3
keep working. The psycopg2-specific executemany tuning in
prepare_engine_args now follows the actually-configured driver
instead of whether psycopg happens to be importable. An explicit
postgresql+psycopg2:// URL is never rewritten.

Also updates hardcoded postgresql+psycopg2:// example connection
strings across docs and reference deployment configs that would
otherwise break for anyone following them as-is now that the
postgres provider no longer bundles psycopg2-binary by default.

Part of the migration tracked in apache/airflow#68453.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to