LICENSE
README.md
pyproject.toml
fidu/__init__.py
fidu/main.py
fidu.egg-info/PKG-INFO
fidu.egg-info/SOURCES.txt
fidu.egg-info/dependency_links.txt
fidu.egg-info/entry_points.txt
fidu.egg-info/requires.txt
fidu.egg-info/top_level.txt
fidu/airflow/dq_dag.py
fidu/airflow/dq_operator.py
fidu/connectors/__init__.py
fidu/connectors/adls_file_connector.py
fidu/connectors/base_connector.py
fidu/connectors/clickhouse_connector.py
fidu/connectors/connector_factory.py
fidu/connectors/csv_connector.py
fidu/connectors/databricks_sql_connector.py
fidu/connectors/duckdb_connector.py
fidu/connectors/local_file_connector.py
fidu/connectors/parquet_connector.py
fidu/connectors/s3_file_connector.py
fidu/connectors/snowflake_connector.py
fidu/connectors/spark_file_connector.py
fidu/connectors/sql_connector.py
fidu/connectors/trino_connector.py
fidu/core/__init__.py
fidu/core/config_validator.py
fidu/core/constants.py
fidu/core/dq_executor.py
fidu/core/logging.py
fidu/core/paths.py
fidu/core/profiler.py
fidu/core/regex_safety.py
fidu/core/registry.py
fidu/core/result_writer.py
fidu/core/retry.py
fidu/core/rule_filter.py
fidu/core/rule_parser.py
fidu/core/rule_result.py
fidu/core/rule_suggester.py
fidu/core/schema_models.py
fidu/core/sql_safety.py
fidu/core/timeout.py
fidu/core/trust_score.py
fidu/drift/__init__.py
fidu/drift/drift_detector.py
fidu/drift/history_backend.py
fidu/engines/__init__.py
fidu/engines/base_engine.py
fidu/engines/engine_factory.py
fidu/engines/pandas_engine.py
fidu/engines/spark_engine.py
fidu/engines/sql_engine.py
fidu/intelligence/engine_source_matrix.json
fidu/intelligence/rule_suggestions.json
fidu/intelligence/rule_support_matrix.json
fidu/intelligence/source_templates.json
fidu/tool_adapters/__init__.py
fidu/tool_adapters/base_tool_adapter.py
fidu/tool_adapters/deequ_adapter.py
fidu/tool_adapters/gx_adapter.py
fidu/tool_adapters/soda_adapter.py
fidu/tool_adapters/tool_adapter_factory.py
fidu/tools/__init__.py
fidu/tools/profile_and_suggest_rules.py
fidu/tools/review_rules.py
fidu/tools/suggest_rules.py
fidu/translators/__init__.py
fidu/translators/deequ_translator.py
fidu/translators/gx_translator.py
fidu/translators/soda_translator.py
fidu/ui/streamlit_app.py
tests/test_benchmarks.py
tests/test_benchmarks_spark.py
tests/test_benchmarks_sql.py
tests/test_constants_and_exits.py
tests/test_custom_connector_example.py
tests/test_drift_detector.py
tests/test_duckdb_safety.py
tests/test_executor_observability.py
tests/test_history_backend.py
tests/test_input_schema_version.py
tests/test_logging.py
tests/test_output_schema.py
tests/test_pandas_engine.py
tests/test_paths.py
tests/test_regex_safety.py
tests/test_registry.py
tests/test_resilience.py
tests/test_retry.py
tests/test_review_rules_cli.py
tests/test_rule_filter.py
tests/test_schema_models.py
tests/test_sql_engine.py
tests/test_sql_safety.py
tests/test_translators.py
tests/test_trust_score.py
tests/test_version.py