Releases: AbsaOSS/atum
Releases · AbsaOSS/atum
Atum v3.4.1
Release notes
- Bugfix: Atum's
model
works without extra dependencies or Spark being present.
Issues fixed
- #63 Atum model's serialization missing dependencies
Atum v3.4.0
Release notes
_INFO
file creation support API has changed - obtainingControlMeasure
and its serialization are now separated, so is writing to Hadoop FS (hence, the originalControlUtils.createInfoFile
is now deprecated).- Persisting a serialized ControlMeasure now supports S3 (via Hadoop FS), too.
- Enabling ControlMeasuresTracking API now naturally uses optional paths.
The README section was updated to reflect the new API and to provide example usage.
Issues fixed
- #61
ControlUtils.createInfoFile
nicification
Atum v3.3.0
Release notes
- Atum is now divided into submodules, so you may want to only include what you need. Most prominent packages:
za.co.absa:atum-model_{$scalaVersion}:3.3.0
za.co.absa:atum_{$scalaVersion}:3.3.0
(includesmodel
above)za.co.absa:atum-s3-sdk-extension_{$scalaVersion}:3.3.0
(includes basicatum
above)
The README was updated to reflect the modularized nature of the library.