The GitHub Actions job "Tests (AMD)" on airflow.git/fix-psycopg3-docs-airflow2 
has succeeded.
Run started by GitHub user shahar1 (triggered by shahar1).

Head commit for run:
02236172974d8410498036db227f66d49ba5298d / Shahar Epstein 
<[email protected]>
Stop recommending psycopg3 connection strings on older Airflow

The amazon executor setup guides and the Celery result_backend example were
switched to psycopg (v3) when it became Airflow's default driver, but both
providers still support Airflow 2.11. Releases before 3.2.0 can run on
SQLAlchemy 1.4, which has no psycopg3 dialect at all, so a user pasting those
connection strings hits sqlalchemy.exc.NoSuchModuleError with no hint that the
advice was version specific. psycopg2 is valid on every version these
providers support.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to