LICENSE
README.md
pyproject.toml
dift/__init__.py
dift/batch.py
dift/cli.py
dift/history.py
dift/profiles.py
dift/schedules.py
dift/thresholds.py
dift/core/__init__.py
dift/core/comparator.py
dift/core/quality_diff.py
dift/core/risk.py
dift/core/row_diff.py
dift/core/schema_diff.py
dift/core/stats_diff.py
dift/io/__init__.py
dift/io/base_reader.py
dift/io/bigquery_reader.py
dift/io/config_loader.py
dift/io/duckdb_reader.py
dift/io/plugins.py
dift/io/readers.py
dift/io/registry.py
dift/io/sql_reader.py
dift/reports/__init__.py
dift/reports/console_report.py
dift/reports/csv_report.py
dift/reports/excel_report.py
dift/reports/html_report.py
dift/reports/json_report.py
dift/reports/models.py
dift/utils/__init__.py
dift/utils/hashing.py
dift/utils/validation.py
dift_cli.egg-info/PKG-INFO
dift_cli.egg-info/SOURCES.txt
dift_cli.egg-info/dependency_links.txt
dift_cli.egg-info/entry_points.txt
dift_cli.egg-info/requires.txt
dift_cli.egg-info/top_level.txt
tests/test_bigquery_reader.py
tests/test_cli.py
tests/test_cli_errors.py
tests/test_config_file.py
tests/test_connector_integration.py
tests/test_cross_format_consistency.py
tests/test_duckdb_reader.py
tests/test_examples.py
tests/test_excel_report.py
tests/test_exit_codes.py
tests/test_html_report.py
tests/test_json_report.py
tests/test_plugin_preparation.py
tests/test_qualitydiff.py
tests/test_reader_interface.py
tests/test_risk.py
tests/test_schedule.py
tests/test_sql_reader.py
tests/test_stats_diff.py
tests/test_validation_errors.py
tests/test_warehouse_mocking.py