What's Changed * require sqlalchemy>=2 by erikerlandson in https://github.com/os-climate/osc-ingest-tools/pull/50 * Fix 47 by MichaelTiemannOSC in https://github.com/os-climate/osc-ingest-tools/pull/49
0.5.2
adds checking for sqlalchemy error exception for working file cleanup in fast hive->iceberg ingest. See 49
0.5.1
this release makes sqlalchemy >= 2.0 a requirement, and updates its internal api calls to correspond. See 50
0.4.3
- expose `_do_sql` 44
0.4.2
- adds check for `qres.returns_rows` to avoid exceptions on `fetchall` with queries that do not return rows