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 wondering if it's possible to use SQLAlchemy sessionmaker as a connection for geopandas.GeoDataFrame.to_postgis?
I'd like to use to_postgis to validate whether the data in my gpkg respects my database schema without writing data to the database. So I'd like to use the sessionmaker's rollback function even if no exception has been caught.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I'm wondering if it's possible to use SQLAlchemy sessionmaker as a connection for geopandas.GeoDataFrame.to_postgis?
I'd like to use to_postgis to validate whether the data in my gpkg respects my database schema without writing data to the database. So I'd like to use the sessionmaker's rollback function even if no exception has been caught.
Thanks !
All reactions