Re: [PR] Make postgresql default engine args comply with SA 2.0 [airflow]

2024-03-22 Thread via GitHub
potiuk merged PR #38362: URL: https://github.com/apache/airflow/pull/38362 -- 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:

Re: [PR] Make postgresql default engine args comply with SA 2.0 [airflow]

2024-03-22 Thread via GitHub
Taragolis commented on PR #38362: URL: https://github.com/apache/airflow/pull/38362#issuecomment-2015433507 And modified snippet, regular tests still can't run with SA20  ```python from sqlalchemy import create_engine from importlib.metadata import version from