Skip to content

Releases: os-climate/osc-ingest-tools

v0.5.3

07 May 12:01
74adcbc
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @github-actions made their first contribution in #66

Full Changelog: v0.4.3...v0.5.3

What's Changed

New Contributors

  • @github-actions made their first contribution in #66

Full Changelog: v0.5.2...v0.5.3

v0.5.2

21 Oct 22:34
Compare
Choose a tag to compare

adds checking for sqlalchemy error exception for working file cleanup in fast hive->iceberg ingest. See #49

v0.5.1

21 Oct 22:32
Compare
Choose a tag to compare

this release makes sqlalchemy >= 2.0 a requirement, and updates its internal api calls to correspond. See #50

v0.4.3

07 Feb 18:28
36ab9ae
Compare
Choose a tag to compare
  • expose _do_sql #44

v0.4.2

22 Oct 12:51
Compare
Choose a tag to compare
  • adds check for qres.returns_rows to avoid exceptions on fetchall with queries that do not return rows

v0.3.4

22 Apr 00:02
Compare
Choose a tag to compare
  • adds new option to optimize table file structure: #29

v0.3.3

20 Apr 14:59
5cdbdef
Compare
Choose a tag to compare

v0.3.2

30 Mar 22:33
Compare
Choose a tag to compare
  • support additional value types in TrinoBatchInsert (#24)

v0.3.1

23 Mar 22:30
Compare
Choose a tag to compare
  • adds static and unit testing CI, courtesy of @negillett
  • fix for #21

v0.3.0

24 Feb 20:37
Compare
Choose a tag to compare
  • remove the "unmanaged" functions for working with hive connector, as we are deprecating for iceberg
  • add TrinoBatchInsert class for controlled batching of row inserts using pandas df.to_sql based insertions