This is the first major release of the Java parser for the Data Quality Definition Language (DQDL). DQDL is a domain specific language (DSL) for expressing data quality rules in an easy to write, declarative manner.
The DQDL Java parser allows you to validate DQDL rulesets through the DQDLParser
class. You may also use the parser and its internal models to interface DQDL with your own data quality execution platform.
Available in Maven at: https://mvnrepository.com/artifact/software.amazon.glue/dqdl/1.0.0