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

Head commit for run:
4cc7651cf9304a8b48912388064355bb5df6930c / Dev-iL 
<[email protected]>
Fix OpenLineage e2e compat matrix failing on psycopg3 dialect load error

The compat matrix (--airflow-version) runs unmodified released
apache/airflow:<version> images without reinstalling the postgres
provider, so releases that predate the psycopg3 default only have
psycopg2 available. The shared docker-compose.yaml used as the e2e
fixture now hardcodes the psycopg (v3) driver, which those images
can't load, breaking airflow db check with NoSuchModuleError.

Add a compat-only compose override that pins the explicit psycopg2
scheme for the compat matrix, leaving the mainline e2e path (built
from current source, which always has psycopg3) untouched.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to