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 got an error: sqlalchemy.exc.ObjectNotExecutableError. It may be fixed by setting future=False, but then the asyncpg expectation was raised:
File "/Users/path/lib/python3.10/site-packages/sqlalchemy/dialects/postgresql/asyncpg.py", line 682, in _handle_exception
raise translated_error from error
sqlalchemy.exc.InterfaceError: (sqlalchemy.dialects.postgresql.asyncpg.InterfaceError) <class 'asyncpg.exceptions._base.InterfaceError'>: the server expects 0 arguments for this query, 1 was passed
During running the sync_trigger.
The text was updated successfully, but these errors were encountered:
Due to my connection setup:
I got an error:
sqlalchemy.exc.ObjectNotExecutableError
. It may be fixed by settingfuture=False
, but then the asyncpg expectation was raised:During running the
sync_trigger
.The text was updated successfully, but these errors were encountered: