Releases: hotgluexyz/gluestick
Releases · hotgluexyz/gluestick
v2.2.3
What's Changed
- enforce types when exploding columns by @keyn4 in #51
v2.2.1
What's Changed
- make string type nullable when reading parquet files by @keyn4 in #49
v2.2.0
What's Changed
- bump to_export OUTPUT_FILE_PREFIX to support variables by @keyn4 in #46
- Support catalog_types on parquet files by @hsyyid in #40
v2.1.32
What's Changed
- add support to keep all null fields for unified schemas by @keyn4 in #45
v2.1.28
Fix bug with to_singer
introduced in v2.1.27
v2.1.27
What's Changed
- keep null values in to_singer if catalog_schema by @keyn4 in #43
v2.1.26
What's Changed
- add support to to_singer to build schema from catalog in #42
v2.1.25
bump snapshotting coerce_types logic to handle NAN values for integer…