SFDO-Tooling / Snowfakery

A tool for generating fake data that has relations between tables.
BSD 3-Clause "New" or "Revised" License
141 stars 32 forks source link

Let SQLAlchemy float #1032

Closed prescod closed 5 months ago

prescod commented 5 months ago

Let SQL Alchemy version float to 2.0.

I've smoke tested against 2.0

Mostly the changes are about resource management. Lots of introduction of context managers.

Also a few assertions to make type checker happy.

prescod commented 5 months ago

@jstvz I think this is ready for review now. The tests are probably fixed.