Releases: os-climate/osc-ingest-tools
Releases · os-climate/osc-ingest-tools
v0.5.3
What's Changed
- require sqlalchemy>=2 by @erikerlandson in #50
- Fix #47 by @MichaelTiemannOSC in #49
- release 0.5.2 by @erikerlandson in #51
- Accept catalog=None in fast_pandas_ingest_via_hive by @MichaelTiemannOSC in #54
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #52
- Add python typing declarations by @MichaelTiemannOSC in #53
- Chore: Pull DevOps tooling from upstream repository by @ModeSevenIndustrialSolutions in #57
- Chore: Remove legacy CI/CD workflow by @ModeSevenIndustrialSolutions in #58
- Fix: Coverage/test SRC folder location by @ModeSevenIndustrialSolutions in #63
- Add/fix docstrings to all files. by @MichaelTiemannOSC in #62
- Chore: Update DevOps tooling from central repository [skip ci] by @ModeSevenIndustrialSolutions in #64
- Update Python module dependencies by @github-actions in #66
- Chore: Remove redundant release workflow by @ModeSevenIndustrialSolutions in #67
New Contributors
- @github-actions made their first contribution in #66
Full Changelog: v0.4.3...v0.5.3
What's Changed
- release 0.5.2 by @erikerlandson in #51
- Accept catalog=None in fast_pandas_ingest_via_hive by @MichaelTiemannOSC in #54
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #52
- Add python typing declarations by @MichaelTiemannOSC in #53
- Chore: Pull DevOps tooling from upstream repository by @ModeSevenIndustrialSolutions in #57
- Chore: Remove legacy CI/CD workflow by @ModeSevenIndustrialSolutions in #58
- Fix: Coverage/test SRC folder location by @ModeSevenIndustrialSolutions in #63
- Add/fix docstrings to all files. by @MichaelTiemannOSC in #62
- Chore: Update DevOps tooling from central repository [skip ci] by @ModeSevenIndustrialSolutions in #64
- Update Python module dependencies by @github-actions in #66
- Chore: Remove redundant release workflow by @ModeSevenIndustrialSolutions in #67
New Contributors
- @github-actions made their first contribution in #66
Full Changelog: v0.5.2...v0.5.3
v0.5.2
v0.5.1
v0.4.3
v0.4.2
- adds check for
qres.returns_rows
to avoid exceptions onfetchall
with queries that do not return rows
v0.3.4
v0.3.3
v0.3.2
v0.3.1
- adds static and unit testing CI, courtesy of @negillett
- fix for #21
v0.3.0
- 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