Python library for data quality checks and monitoring
Data Quality eXtended (DQX) is a Python library for data quality checks and data quality monitoring
dqx$ dqx validate --table my_table --rules rules.yaml$ dqx check --source data.csv --expectations expectations.json$ dqx monitor --catalog my_catalog --schema my_schema$ dqx report --input results.json --output report.html$ dqx anomaly-detect --metrics metrics.csv --threshold 0.95