Commit f877e3f
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 <noreply@aygentic.com>1 parent c85a0d0 commit f877e3f
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments