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
First line just gets you to connection used by alembic. The trigger will be created, but I didn't test the whole thing. On downgrade I tried the same, but the trigger will not be removed.
DIdn't work for me. I used synchronous engine and async engine, both returned
File "/Users/schan/Library/Caches/pypoetry/virtualenvs/leads-v2-iIKbbH54-py3.12/lib/python3.12/site-packages/sqlalchemy_continuum/dialects/postgresql.py", line 480, in sync_trigger
autoload_with=session.connection()
^^^^^^^^^^^^^^^^^^^^
TypeError: '_ConnectionFairy' object is not callable
I'd like an example to implement these code in alembic env.py
It's from Native versioning
The text was updated successfully, but these errors were encountered: