com.datawizards.dqm.configuration.loader
Loads configuration from database table. One table row should contain configuration for one table (TableConfiguration). Expected DB schema for configurationTableName:
CREATE TABLE VALIDATION_RULES( tableName VARCHAR, tableConfiguration VARCHAR )
JDBC driver class name
DB connection string
JDBC connection properties, especially user and password
name of table with configuration
Load configuration from source data store
Loads configuration from database table.
One table row should contain configuration for one table (TableConfiguration).
Expected DB schema for configurationTableName: