What's Changed
- Added support for Hdfs as deep storage by @vivek-balakrishnan-rovio in #48
- Update druid version to 29.0.0 by @juhoautio-rovio in #53
- Update spark version to 3.4.1 by @juhoautio-rovio in #54
- Add support for array types by @juhoautio-rovio in #56
- More config options for HDFS storage (e.g. Kerberos) by @juhoautio-rovio in #57
- Azure deep storage by @juhoautio-rovio in #58
- Update python 3.7->3.9 & poetry 1.1.8->1.5.1 by @juhoautio-rovio in #59
Full Changelog: v1.0.6...v1.0.7
Migration notes
Since this version rovio-ingest only works with Druid DB schema that has the used_status_last_updated column
, which was added in 28.0.0.
The previous versions of rovio-ingest should work also if used_status_last_updated column
has been already added in Druid DB schema, so for a smooth transition the DB schema can be updated before updating to rovio-ingest 1.0.7.