DROP Table timeout
I am using sqlalchmey orm to interact with supabase, which so far has been seemless. However a key part of our process is dropping tables daily.
Testing this, the first subsequent call to drop a table is timing out. Keep in mind this same process works fine on a locally deployed postgres instances aswell as one hosted online (not supabase)
Function I am calling to drop tables: Base.metadata.drop_all(bind=engine)
Testing this, the first subsequent call to drop a table is timing out. Keep in mind this same process works fine on a locally deployed postgres instances aswell as one hosted online (not supabase)
Function I am calling to drop tables: Base.metadata.drop_all(bind=engine)
