Dev-iL commented on PR #70496: URL: https://github.com/apache/airflow/pull/70496#issuecomment-5104111126
Ok so here's the deal: - The warning fires on 2.11.0 which ships an older version of `airflow-core/src/airflow/configuration.py` that predates the psycopg v3 autodetection. - It should be possible fix the old-airflow `breeze shell` invocations by specifying `--custom-db-url` as `"postgresql://postgres:airflow@postgres/airflow"` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
