com.datawizards.dqm.configuration.loader
Loads single table configuration from file. Expected format:
{ location = {type = Hive, table = clients}, rules = { rowRules = [ { field = client_id, rules = [ {type = NotNull}, {type = min, value = 0} ] }, { field = client_name, rules = [ {type = NotNull} ] } ] } } @param path configuration file
@param path configuration file
Load configuration from source data store
Loads single table configuration from file.
Expected format: