You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
THe solution looks like usage of psycopg3 driver. But latest version of sqlalchemy (1.4.39) doesn't not support psycopg dialect. It's part of the milestone 2.0 for the sqlalchemy.
Sorry for the late response. You can use Mysql for your DB backend. It works fine on the arm64 arch. Unfortunately, I don't know any other workaround for this issue. :(
Describe the bug
When we try to use mlflow docker image on arm64 architecture with Postgres connection, the driver returns the following error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It must start to connect PostgreSQL database.
** Tested system:**
Additional context
You can find more information from this issue.
The text was updated successfully, but these errors were encountered: