Releases: moj-analytical-services/mojap-metadata
Releases · moj-analytical-services/mojap-metadata
v1.15.3
Update SQLConverter options
What's Changed
- Option to turn metadata into snake case from sqlalchemy by @matt-heery in #147
Full Changelog: v1.15.1...v1.15.2
v1.15.1
What's Changed
- Update formatting in glue converter readme.md, and updated version in pyproject.toml file and changelog by @lalithanagarur in #146
Full Changelog: v1.15.0...v1.15.1
v1.15.0
What's Changed
- Update pypi action and dependencies by @Thomas-Hirsch in #135
- updated pytest.warns(None) in tests/helper.py as deprecated in pyest v8 so was causing tests to fail by @matt-heery in #141
- Bug Fix: Lowercase PK in the metadata by @matt-heery in #140
- GlueTable Class - functionality for table properties in Glue Data Catalog by @lalithanagarur in #137
New Contributors
- @matt-heery made their first contribution in #141
- @lalithanagarur made their first contribution in #137
Full Changelog: v1.14.2...v1.15.0
update dependencies
Updating dependencies for security
v.1.14.1
Fixes decimal type conversion for GlueConverter
Updates metadata schema
v1.3.0 of our metadata schema didn't account for the possibility of a space in decimal128(x, y)
. v1.4.0 updates the regex to account for it. This release brings the internal package in line with the new version
Add python 3.11 to actions
update pyyaml dependency (#122) * update pyyaml dependency * add python 3.11 to tests * remove 3.11 from mojap test to see if other versions work * and add it back in, see how that works
v1.13.0
Add sqlalchemy converter options
v1.12.2 Update pyproject.toml to 1.12.2