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
I'm just getting started trying to set up a trigger and function for a supabase user profile table with autogenerate.
Any attempt to import anything from alembic_utils fails when I try to autogenerate:
...
File "/usr/local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/asyncpg.py", line 789, in _handle_exception
raise translated_error from error
sqlalchemy.exc.DBAPIError: (sqlalchemy.dialects.postgresql.asyncpg.Error) <class 'asyncpg.exceptions.ConnectionDoesNotExistError'>: connection was closed in the middle of operation
[SQL: SAVEPOINT sa_savepoint_1]
(Background on this error at: https://sqlalche.me/e/20/dbapi)
command terminated with exit code 1
I'm using alembic==1.13.1, alembic-utils==0.8.2 and sqlalchemy==2.0.30. I couldn't find anything in the instructions.
Is this a bug or am I holding it wrong?
The text was updated successfully, but these errors were encountered:
I'm just getting started trying to set up a trigger and function for a
supabase
user profile table with autogenerate.Any attempt to
import
anythingfrom alembic_utils
fails when I try toautogenerate
:I'm using
alembic==1.13.1
,alembic-utils==0.8.2
andsqlalchemy==2.0.30
. I couldn't find anything in the instructions.Is this a bug or am I holding it wrong?
The text was updated successfully, but these errors were encountered: