AmarEL commented on issue #19957:
URL: https://github.com/apache/airflow/issues/19957#issuecomment-999902054
We are facing the very same problem with Postgres.
Even being a different database, the stack trace shows the same line/method
being called on the airflow "layer" before moving to the database concrete
class.
```
File "/usr/local/lib/python3.9/dist-packages/sqlalchemy/engine/default.py",
line 608, in do_execute
cursor.execute(statement, parameters)
```
I didn't have time to test, but there is a chance the #20030 "fixes" this
one together with the #19832
--
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]