LICENSE
README.md
pyproject.toml
src/dvi/__init__.py
src/dvi/py.typed
src/dvi.egg-info/PKG-INFO
src/dvi.egg-info/SOURCES.txt
src/dvi.egg-info/dependency_links.txt
src/dvi.egg-info/entry_points.txt
src/dvi.egg-info/requires.txt
src/dvi.egg-info/top_level.txt
src/dvi/benchmark/__init__.py
src/dvi/benchmark/blast_radius.py
src/dvi/benchmark/evaluate.py
src/dvi/benchmark/rca_cases.py
src/dvi/benchmark/real_data.py
src/dvi/benchmark/scenarios.py
src/dvi/benchmark/synthetic.py
src/dvi/calibration/__init__.py
src/dvi/calibration/coefficients.json
src/dvi/calibration/dataset.py
src/dvi/calibration/features.py
src/dvi/calibration/loader.py
src/dvi/calibration/model.py
src/dvi/calibration/reliability.py
src/dvi/calibration/score.py
src/dvi/cli/__init__.py
src/dvi/cli/config.py
src/dvi/cli/gate.py
src/dvi/cli/main.py
src/dvi/cli/render.py
src/dvi/cli/sources.py
src/dvi/detection/__init__.py
src/dvi/detection/case_format.py
src/dvi/detection/distribution_shift.py
src/dvi/detection/significance.py
src/dvi/detection/split_merge.py
src/dvi/detection/symptom.py
src/dvi/detection/unit_scale_shift.py
src/dvi/detection/value_substitution.py
src/dvi/incidents/__init__.py
src/dvi/incidents/impact.py
src/dvi/incidents/incident.py
src/dvi/lineage/__init__.py
src/dvi/lineage/exposure.py
src/dvi/lineage/graph.py
src/dvi/pipeline/__init__.py
src/dvi/pipeline/analyze.py
src/dvi/profiling/__init__.py
src/dvi/profiling/profile.py
src/dvi/profiling/profiler.py
src/dvi/rca/__init__.py
src/dvi/rca/models.py
src/dvi/rca/ranking.py
src/dvi/store/__init__.py
src/dvi/store/base.py
src/dvi/store/sqlite.py
src/dvi/warehouse/__init__.py
src/dvi/warehouse/dialect.py
src/dvi/warehouse/sql_source.py
tests/test_action_yml.py
tests/test_benchmark_blast_radius.py
tests/test_benchmark_evaluate.py
tests/test_benchmark_rca.py
tests/test_benchmark_real_data.py
tests/test_benchmark_synthetic.py
tests/test_calibration_dataset.py
tests/test_calibration_features.py
tests/test_calibration_frozen.py
tests/test_calibration_import.py
tests/test_calibration_model.py
tests/test_calibration_reliability.py
tests/test_calibration_score.py
tests/test_cli_config.py
tests/test_cli_gate.py
tests/test_cli_import.py
tests/test_cli_main.py
tests/test_cli_render.py
tests/test_cli_sources.py
tests/test_cli_store.py
tests/test_detection_case_format.py
tests/test_detection_distribution_shift.py
tests/test_detection_significance.py
tests/test_detection_significance_guard.py
tests/test_detection_split_merge.py
tests/test_detection_unit_shift.py
tests/test_detection_value_substitution.py
tests/test_export_fixtures.py
tests/test_incident_business_impact.py
tests/test_incident_store.py
tests/test_incidents.py
tests/test_incidents_impact.py
tests/test_lineage.py
tests/test_lineage_exposure.py
tests/test_lineage_graph_exposures.py
tests/test_pipeline_detectors.py
tests/test_pipeline_end_to_end.py
tests/test_pipeline_from_profiles.py
tests/test_profiling.py
tests/test_profiling_numeric.py
tests/test_pushdown_equivalence.py
tests/test_rca.py
tests/test_warehouse_dialect.py
tests/test_warehouse_sql_source.py