com.sparkutils.quality.impl.YamlDecoder.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quality_2.4_2.11 Show documentation
Show all versions of quality_2.4_2.11 Show documentation
A Spark library for managing in-process data quality rules via Spark SQL
The newest version!
package com.sparkutils.quality.impl
import org.yaml.snakeyaml.Yaml
/**
* 2.0 (14.0dbr) needs security checks for allowed types. Forcing it on 3.5 so we can debug
*/
object YamlDecoder {
def yaml: Yaml = {
val generator = new Yaml()
generator
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy