Execution

Function for running data quality checks

executeDqChecks()

Execute DQ checks

writeJsonResultsToTable()

Write JSON Results to SQL Table

View Dashboard

Function for viewing the data quality dashboard

viewDqDashboard()

View DQ Dashboard

Re-evaluate Thresholds

Function to take a set of DQD results and re-evaluate them against new thresholds

reEvaluateThresholds()

Re-evaluate Thresholds

List all DQD Checks

Function to list all checks run by the application

listDqChecks()

List DQ checks

Write DQD results to a CSV

Function to write the JSON results to a csv file

writeJsonResultsToCsv()

Write JSON Results to CSV file

Convert results JSON file case

Function to convert the case of a results JSON file between snakecase and camelcase

convertJsonResultsFileCase()

Convert JSON results file case

Write database results to a JSON file

Function to write DQD results from a database table into a JSON file

writeDBResultsToJson()

Write DQD results database table to json