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
fix(ci): use correct psycopg driver URL in generate-client
Change DATABASE_URL from postgresql:// to postgresql+psycopg:// to use
the psycopg v3 driver that's installed in the project dependencies.
Error was:
ModuleNotFoundError: No module named 'psycopg2'
The project uses psycopg (v3), not psycopg2. SQLAlchemy needs the
postgresql+psycopg:// scheme to use the correct driver.
Related to CUR-29
🤖 Generated by Aygentic
Co-Authored-By: Aygentic <[email protected]>
0 commit comments