Skip to content

Releases: moj-analytical-services/mojap-metadata

GlueTable

09 Nov 13:51
20b1a1e
Compare
Choose a tag to compare

Added converters.glue_converter.GlueTable that creates a glue table from metadata
added Metadata.from_infer that ill infer the type of input (json file path, yaml file path, metadata object, and dict) and return a metadata object

v1.2.2: CCDE-223: Updating package dependencies (#60)

24 Sep 08:09
df0b95a
Compare
Choose a tag to compare
* Patch to update project dependencies
* Updated new GH actions test workflow

Complex type fix

08 Jun 09:06
a2e4f03
Compare
Choose a tag to compare

fixed issue with complex types not returning the correct values between "<>"
removed spaces between complex data type fields for glue converter

v1.2.0: Minor release 1.2.0 (#56)

17 May 12:28
02f67d6
Compare
Choose a tag to compare
# Minor release 1.2.0.

- See changelog for details.
- Closes #53. Closes #54. Closes #47.

v1.1.1: Patch on pyarrow dependency (#51)

16 Mar 16:46
afc0823
Compare
Choose a tag to compare

Allowing for pyarrow v2 and v3

v1.1.0: Merge pull request #49 from moj-analytical-services/minor-update

11 Mar 16:35
65ebf93
Compare
Choose a tag to compare

Added

  • $schema is now set to a url when reading/writing from a dict.
  • Updated schema where there was a typo from struct_type. (schema url updated to this release).
  • method to Metadata object that sets type_category for any column where it is not set.

Ready to go

13 Jan 18:31
aba37c8
Compare
Choose a tag to compare

Added

  • Converter Class for etl-manager (#40)
  • Support for list and struct types across all Converters and Metadata (#42)
  • Updated the schema to only refer to type regex's once (using definitions in schema) (#43)
  • Metadata class now has method to set types if not set (#44)
  • Schemas now point to web version schema for validation

includes arrow converter

22 Dec 10:15
fa9d28c
Compare
Choose a tag to compare
Merge pull request #39 from moj-analytical-services/dev

Dev

First release

16 Dec 15:29
e0452b1
Compare
Choose a tag to compare
Merge pull request #36 from moj-analytical-services/dev

starting version from 0