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