.dockerignore
.flake8
.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
RELEASE.md
ROADMAP.md
activate.ps1
package-lock.json
pyproject.toml
requirements.txt
setup.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build-install.yml
.github/workflows/cli-e2e.yml
.github/workflows/dagster-integration.yml
.github/workflows/dbt-integration.yml
.github/workflows/lint-format.yml
.github/workflows/release.yml
.github/workflows/test.yml
.github/workflows/version-check.yml
baselinr/__init__.py
baselinr/cli.py
baselinr/cli_output.py
baselinr/client.py
baselinr/planner.py
baselinr.egg-info/PKG-INFO
baselinr.egg-info/SOURCES.txt
baselinr.egg-info/dependency_links.txt
baselinr.egg-info/entry_points.txt
baselinr.egg-info/not-zip-safe
baselinr.egg-info/requires.txt
baselinr.egg-info/top_level.txt
baselinr/anomaly/__init__.py
baselinr/anomaly/anomaly_types.py
baselinr/anomaly/detection_methods.py
baselinr/anomaly/detector.py
baselinr/chat/__init__.py
baselinr/chat/agent.py
baselinr/chat/cli.py
baselinr/chat/context.py
baselinr/chat/history.py
baselinr/chat/renderer.py
baselinr/chat/session.py
baselinr/chat/tools.py
baselinr/config/__init__.py
baselinr/config/loader.py
baselinr/config/merger.py
baselinr/config/schema.py
baselinr/connectors/__init__.py
baselinr/connectors/base.py
baselinr/connectors/bigquery.py
baselinr/connectors/factory.py
baselinr/connectors/mysql.py
baselinr/connectors/postgres.py
baselinr/connectors/redshift.py
baselinr/connectors/snowflake.py
baselinr/connectors/sqlite.py
baselinr/contracts/__init__.py
baselinr/contracts/adapter.py
baselinr/contracts/loader.py
baselinr/contracts/odcs_schema.py
baselinr/contracts/validator.py
baselinr/contracts/tests/__init__.py
baselinr/contracts/tests/test_odcs.py
baselinr/drift/__init__.py
baselinr/drift/baseline_selector.py
baselinr/drift/detector.py
baselinr/drift/statistical_tests.py
baselinr/drift/strategies.py
baselinr/drift/type_normalizer.py
baselinr/drift/type_thresholds.py
baselinr/events/__init__.py
baselinr/events/builtin_hooks.py
baselinr/events/event_bus.py
baselinr/events/events.py
baselinr/events/hooks.py
baselinr/incremental/__init__.py
baselinr/incremental/change_detection.py
baselinr/incremental/planner.py
baselinr/incremental/state.py
baselinr/integrations/__init__.py
baselinr/integrations/airflow/__init__.py
baselinr/integrations/airflow/hooks.py
baselinr/integrations/airflow/operators.py
baselinr/integrations/airflow/sensors.py
baselinr/integrations/dagster/__init__.py
baselinr/integrations/dagster/assets.py
baselinr/integrations/dagster/events.py
baselinr/integrations/dagster/sensors.py
baselinr/integrations/dbt/__init__.py
baselinr/integrations/dbt/manifest_parser.py
baselinr/integrations/dbt/selector_resolver.py
baselinr/integrations/lineage/__init__.py
baselinr/integrations/lineage/base.py
baselinr/integrations/lineage/bigquery_query_history_provider.py
baselinr/integrations/lineage/dagster_provider.py
baselinr/integrations/lineage/dbt_provider.py
baselinr/integrations/lineage/mysql_query_history_provider.py
baselinr/integrations/lineage/postgres_query_history_provider.py
baselinr/integrations/lineage/query_history_provider.py
baselinr/integrations/lineage/redshift_query_history_provider.py
baselinr/integrations/lineage/registry.py
baselinr/integrations/lineage/snowflake_query_history_provider.py
baselinr/integrations/lineage/sql_provider.py
baselinr/integrations/validation/__init__.py
baselinr/integrations/validation/base.py
baselinr/integrations/validation/builtin_provider.py
baselinr/integrations/validation/registry.py
baselinr/learning/__init__.py
baselinr/learning/expectation_learner.py
baselinr/learning/expectation_storage.py
baselinr/llm/__init__.py
baselinr/llm/base.py
baselinr/llm/explainer.py
baselinr/llm/prompts.py
baselinr/llm/templates.py
baselinr/llm/providers/__init__.py
baselinr/llm/providers/anthropic.py
baselinr/llm/providers/azure.py
baselinr/llm/providers/factory.py
baselinr/llm/providers/ollama.py
baselinr/llm/providers/openai.py
baselinr/profiling/__init__.py
baselinr/profiling/column_matcher.py
baselinr/profiling/core.py
baselinr/profiling/metrics.py
baselinr/profiling/query_builder.py
baselinr/profiling/schema_detector.py
baselinr/profiling/table_matcher.py
baselinr/profiling/tag_metadata.py
baselinr/quality/__init__.py
baselinr/quality/models.py
baselinr/quality/scorer.py
baselinr/quality/storage.py
baselinr/query/__init__.py
baselinr/query/client.py
baselinr/query/formatters.py
baselinr/query/lineage_client.py
baselinr/query/status_formatter.py
baselinr/rca/__init__.py
baselinr/rca/models.py
baselinr/rca/service.py
baselinr/rca/storage.py
baselinr/rca/analysis/__init__.py
baselinr/rca/analysis/lineage_analyzer.py
baselinr/rca/analysis/pattern_matcher.py
baselinr/rca/analysis/root_cause_analyzer.py
baselinr/rca/analysis/temporal_correlator.py
baselinr/rca/collectors/__init__.py
baselinr/rca/collectors/airflow_run_collector.py
baselinr/rca/collectors/base_collector.py
baselinr/rca/collectors/code_change_collector.py
baselinr/rca/collectors/dagster_run_collector.py
baselinr/rca/collectors/dbt_run_collector.py
baselinr/rca/collectors/pipeline_run_collector.py
baselinr/smart_selection/__init__.py
baselinr/smart_selection/config.py
baselinr/smart_selection/metadata_collector.py
baselinr/smart_selection/recommender.py
baselinr/smart_selection/scorer.py
baselinr/smart_selection/column_analysis/__init__.py
baselinr/smart_selection/column_analysis/check_inferencer.py
baselinr/smart_selection/column_analysis/metadata_analyzer.py
baselinr/smart_selection/column_analysis/pattern_matcher.py
baselinr/smart_selection/column_analysis/statistical_analyzer.py
baselinr/smart_selection/learning/__init__.py
baselinr/smart_selection/learning/pattern_learner.py
baselinr/smart_selection/learning/pattern_store.py
baselinr/smart_selection/lineage/__init__.py
baselinr/smart_selection/lineage/adapter.py
baselinr/smart_selection/lineage/graph.py
baselinr/smart_selection/lineage/impact_scorer.py
baselinr/smart_selection/lineage/lineage_scorer.py
baselinr/smart_selection/scoring/__init__.py
baselinr/smart_selection/scoring/check_prioritizer.py
baselinr/smart_selection/scoring/confidence_scorer.py
baselinr/storage/__init__.py
baselinr/storage/lineage_sync_tracker.py
baselinr/storage/schema.sql
baselinr/storage/schema_snowflake.sql
baselinr/storage/schema_version.py
baselinr/storage/writer.py
baselinr/storage/migrations/__init__.py
baselinr/storage/migrations/manager.py
baselinr/storage/migrations/versions/__init__.py
baselinr/storage/migrations/versions/v10_column_quality_scores.py
baselinr/storage/migrations/versions/v1_initial.py
baselinr/storage/migrations/versions/v2_schema_registry.py
baselinr/storage/migrations/versions/v3_expectations.py
baselinr/storage/migrations/versions/v4_lineage.py
baselinr/storage/migrations/versions/v5_column_lineage.py
baselinr/storage/migrations/versions/v5_validation.py
baselinr/storage/migrations/versions/v6_rca_tables.py
baselinr/storage/migrations/versions/v7_add_database_name_to_rca.py
baselinr/storage/migrations/versions/v8_validation.py
baselinr/storage/migrations/versions/v9_quality_scores.py
baselinr/ui/__init__.py
baselinr/ui/config_builder.py
baselinr/ui/dependencies.py
baselinr/ui/startup.py
baselinr/utils/__init__.py
baselinr/utils/logging.py
baselinr/utils/metrics.py
baselinr/utils/retry.py
baselinr/utils/worker_pool.py
baselinr/validation/executor.py
baselinr/validation/validators/__init__.py
baselinr/validation/validators/enum_validator.py
baselinr/validation/validators/format_validator.py
baselinr/validation/validators/null_validator.py
baselinr/validation/validators/range_validator.py
baselinr/validation/validators/referential_validator.py
baselinr/validation/validators/uniqueness_validator.py
baselinr/visualization/__init__.py
baselinr/visualization/graph_builder.py
baselinr/visualization/layout.py
baselinr/visualization/exporters/__init__.py
baselinr/visualization/exporters/ascii_exporter.py
baselinr/visualization/exporters/graphviz_exporter.py
baselinr/visualization/exporters/json_exporter.py
baselinr/visualization/exporters/mermaid_exporter.py
dashboard/.gitignore
dashboard/backend/benchmark_demo_service.py
dashboard/backend/chat_models.py
dashboard/backend/chat_routes.py
dashboard/backend/config_models.py
dashboard/backend/config_routes.py
dashboard/backend/config_service.py
dashboard/backend/connection_models.py
dashboard/backend/connection_routes.py
dashboard/backend/connection_service.py
dashboard/backend/contracts_models.py
dashboard/backend/contracts_routes.py
dashboard/backend/contracts_service.py
dashboard/backend/create_config_history_table.sql
dashboard/backend/create_connections_table.sql
dashboard/backend/create_tables.sql
dashboard/backend/create_validation_rules_table.sql
dashboard/backend/database.py
dashboard/backend/demo_data_service.py
dashboard/backend/demo_quality_storage.py
dashboard/backend/discovery_models.py
dashboard/backend/discovery_routes.py
dashboard/backend/discovery_service.py
dashboard/backend/generate_demo_data.py
dashboard/backend/hook_models.py
dashboard/backend/hook_routes.py
dashboard/backend/hook_service.py
dashboard/backend/lineage_models.py
dashboard/backend/main.py
dashboard/backend/migrate_runs_table.sql
dashboard/backend/models.py
dashboard/backend/quality_models.py
dashboard/backend/quality_routes.py
dashboard/backend/quality_service.py
dashboard/backend/rca_models.py
dashboard/backend/rca_routes.py
dashboard/backend/recommendation_models.py
dashboard/backend/recommendation_routes.py
dashboard/backend/recommendation_service.py
dashboard/backend/requirements.txt
dashboard/backend/sample_data_generator.py
dashboard/backend/start.sh
dashboard/backend/test_config_routes.py
dashboard/backend/test_config_service.py
dashboard/backend/test_connection_routes.py
dashboard/backend/test_connection_service.py
dashboard/backend/test_contracts_routes.py
dashboard/backend/test_contracts_service.py
dashboard/backend/test_dashboard_metrics.py
dashboard/backend/test_demo_data_service.py
dashboard/backend/test_demo_mode_integration.py
dashboard/backend/test_discovery_routes.py
dashboard/backend/test_discovery_service.py
dashboard/backend/test_drift_endpoints.py
dashboard/backend/test_hook_routes.py
dashboard/backend/test_hook_service.py
dashboard/backend/test_lineage_endpoints.py
dashboard/backend/test_quality_routes.py
dashboard/backend/test_quality_service.py
dashboard/backend/test_recommendation_routes.py
dashboard/backend/test_runs.py
dashboard/backend/test_tables.py
dashboard/backend/test_validation_endpoints.py
dashboard/backend/test_validation_rules.py
dashboard/backend/validation_models.py
dashboard/backend/validation_routes.py
dashboard/backend/validation_service.py
dashboard/backend/demo_data/.gitkeep
dashboard/backend/demo_data/README.md
dashboard/backend/demo_data/column_quality_scores.json
dashboard/backend/demo_data/drift_events.json
dashboard/backend/demo_data/lineage.json
dashboard/backend/demo_data/metadata.json
dashboard/backend/demo_data/metrics.json
dashboard/backend/demo_data/runs.json
dashboard/backend/demo_data/table_quality_scores.json
dashboard/backend/demo_data/tables.json
dashboard/backend/demo_data/validation_results.json
dashboard/frontend/.eslintrc.json
dashboard/frontend/DEPLOYMENT.md
dashboard/frontend/fix-nodejs-path.ps1
dashboard/frontend/next-env.d.ts
dashboard/frontend/next.config.js
dashboard/frontend/package-lock.json
dashboard/frontend/package.json
dashboard/frontend/postcss.config.js
dashboard/frontend/start.sh
dashboard/frontend/tailwind.config.ts
dashboard/frontend/test-api.ps1
dashboard/frontend/vitest.config.ts
dashboard/frontend/vitest.d.ts
dashboard/frontend/vitest.setup.ts
dashboard/frontend/wrangler.toml
dashboard/frontend/__tests__/README.md
dashboard/frontend/__tests__/api/connections.test.ts
dashboard/frontend/__tests__/api/drift.test.ts
dashboard/frontend/__tests__/api/hooks.test.ts
dashboard/frontend/__tests__/api/lineage.test.ts
dashboard/frontend/__tests__/api/rca.test.ts
dashboard/frontend/__tests__/api/recommendations.test.ts
dashboard/frontend/__tests__/api/validation.test.ts
dashboard/frontend/__tests__/api/validationDashboard.test.ts
dashboard/frontend/__tests__/api/validationRules.test.ts
dashboard/frontend/__tests__/components/config/AnomalyConfig.test.tsx
dashboard/frontend/__tests__/components/config/BaselineConfig.test.tsx
dashboard/frontend/__tests__/components/config/ConfigDiff.test.tsx
dashboard/frontend/__tests__/components/config/ConfigEditor.test.tsx
dashboard/frontend/__tests__/components/config/ConfigHistory.test.tsx
dashboard/frontend/__tests__/components/config/ConfigHub.test.tsx
dashboard/frontend/__tests__/components/config/ConfigQuickActions.test.tsx
dashboard/frontend/__tests__/components/config/ConfigRollback.test.tsx
dashboard/frontend/__tests__/components/config/ConfigStatus.test.tsx
dashboard/frontend/__tests__/components/config/ConnectionCard.test.tsx
dashboard/frontend/__tests__/components/config/ConnectionForm.test.tsx
dashboard/frontend/__tests__/components/config/ConnectionWizard.test.tsx
dashboard/frontend/__tests__/components/config/DriftConfig.test.tsx
dashboard/frontend/__tests__/components/config/ExpectationLearning.test.tsx
dashboard/frontend/__tests__/components/config/HookCard.test.tsx
dashboard/frontend/__tests__/components/config/ProfilingConfig.test.tsx
dashboard/frontend/__tests__/components/config/QualityScoringConfig.test.tsx
dashboard/frontend/__tests__/components/config/StatisticalStrategyConfig.test.tsx
dashboard/frontend/__tests__/components/config/StorageConfig.test.tsx
dashboard/frontend/__tests__/components/config/StorageStatus.test.tsx
dashboard/frontend/__tests__/components/config/TableProfilingConfig.test.tsx
dashboard/frontend/__tests__/components/config/ThresholdConfig.test.tsx
dashboard/frontend/__tests__/components/config/TypeSpecificThresholds.test.tsx
dashboard/frontend/__tests__/components/config/YAMLPreview.test.tsx
dashboard/frontend/__tests__/components/dashboard/EnhancedKPIs.test.tsx
dashboard/frontend/__tests__/components/dashboard/QuickActions.test.tsx
dashboard/frontend/__tests__/components/dashboard/TrendCharts.test.tsx
dashboard/frontend/__tests__/components/drift/DriftAnalysis.test.tsx
dashboard/frontend/__tests__/components/drift/DriftDashboard.test.tsx
dashboard/frontend/__tests__/components/drift/DriftDetails.test.tsx
dashboard/frontend/__tests__/components/drift/DriftFilters.test.tsx
dashboard/frontend/__tests__/components/lineage/ImpactAnalysis.test.tsx
dashboard/frontend/__tests__/components/lineage/LineageFilters.test.tsx
dashboard/frontend/__tests__/components/lineage/LineageSearch.test.tsx
dashboard/frontend/__tests__/components/quality/QualityScoreCard.test.tsx
dashboard/frontend/__tests__/components/quality/ScoreBadge.test.tsx
dashboard/frontend/__tests__/components/rca/RCADashboard.test.tsx
dashboard/frontend/__tests__/components/rca/RCAList.test.tsx
dashboard/frontend/__tests__/components/recommendations/RecommendationCard.test.tsx
dashboard/frontend/__tests__/components/runs/RunComparison.test.tsx
dashboard/frontend/__tests__/components/runs/RunDetailsModal.test.tsx
dashboard/frontend/__tests__/components/runs/RunFilters.test.tsx
dashboard/frontend/__tests__/components/runs/RunsTable.test.tsx
dashboard/frontend/__tests__/components/tables/TableCard.test.tsx
dashboard/frontend/__tests__/components/tables/TableFilters.test.tsx
dashboard/frontend/__tests__/components/tables/TableList.test.tsx
dashboard/frontend/__tests__/components/validation/EnumRuleForm.test.tsx
dashboard/frontend/__tests__/components/validation/FailureSamples.test.tsx
dashboard/frontend/__tests__/components/validation/FormatRuleForm.test.tsx
dashboard/frontend/__tests__/components/validation/RangeRuleForm.test.tsx
dashboard/frontend/__tests__/components/validation/ReferentialRuleForm.test.tsx
dashboard/frontend/__tests__/components/validation/RuleList.test.tsx
dashboard/frontend/__tests__/components/validation/ValidationFilters.test.tsx
dashboard/frontend/__tests__/components/validation/ValidationOverview.test.tsx
dashboard/frontend/__tests__/components/validation/ValidationResults.test.tsx
dashboard/frontend/__tests__/components/validation/ValidationRulesList.test.tsx
dashboard/frontend/__tests__/hooks/useConfig.test.tsx
dashboard/frontend/__tests__/hooks/useConfigSave.test.tsx
dashboard/frontend/__tests__/integration/connectionManagement.test.tsx
dashboard/frontend/__tests__/integration/connectionWizard.test.tsx
dashboard/frontend/__tests__/integration/driftConfig.test.tsx
dashboard/frontend/__tests__/integration/profilingConfig.test.tsx
dashboard/frontend/__tests__/integration/storageConfig.test.tsx
dashboard/frontend/__tests__/integration/validationRules.test.tsx
dashboard/frontend/__tests__/store/configStore.test.ts
dashboard/frontend/app/globals.css
dashboard/frontend/app/layout.tsx
dashboard/frontend/app/page.tsx
dashboard/frontend/app/providers.tsx
dashboard/frontend/app/admin-test/page.tsx
dashboard/frontend/app/chat/page.tsx
dashboard/frontend/app/config/page.tsx
dashboard/frontend/app/config/anomaly/page.tsx
dashboard/frontend/app/config/connections/page.tsx
dashboard/frontend/app/config/contracts/ContractsPageClient.tsx
dashboard/frontend/app/config/contracts/page.tsx
dashboard/frontend/app/config/contracts/[contractId]/ContractDetailClient.tsx
dashboard/frontend/app/config/contracts/[contractId]/page.tsx
dashboard/frontend/app/config/drift/page.tsx
dashboard/frontend/app/config/editor/page.tsx
dashboard/frontend/app/config/history/page.tsx
dashboard/frontend/app/config/hooks/page.tsx
dashboard/frontend/app/config/profiling/page.tsx
dashboard/frontend/app/config/quality/page.tsx
dashboard/frontend/app/config/storage/page.tsx
dashboard/frontend/app/config/validation/page.tsx
dashboard/frontend/app/drift/page.tsx
dashboard/frontend/app/lineage/page.tsx
dashboard/frontend/app/metrics/page.tsx
dashboard/frontend/app/quality/page.tsx
dashboard/frontend/app/quality/[tableName]/QualityScoreDetailClient.tsx
dashboard/frontend/app/quality/[tableName]/page.tsx
dashboard/frontend/app/rca/page.tsx
dashboard/frontend/app/recommendations/page.tsx
dashboard/frontend/app/runs/page.tsx
dashboard/frontend/app/tables/page.tsx
dashboard/frontend/app/tables/[tableName]/TableMetricsClient.tsx
dashboard/frontend/app/tables/[tableName]/page.tsx
dashboard/frontend/app/ui-test/page.tsx
dashboard/frontend/app/validation/page.tsx
dashboard/frontend/components/DemoModeBanner.tsx
dashboard/frontend/components/DriftAlertsTable.tsx
dashboard/frontend/components/FilterPanel.tsx
dashboard/frontend/components/KPICard.tsx
dashboard/frontend/components/RunsTable.tsx
dashboard/frontend/components/Sidebar.tsx
dashboard/frontend/components/chat/ChatContainer.tsx
dashboard/frontend/components/chat/ChatInput.tsx
dashboard/frontend/components/chat/ChatMessage.tsx
dashboard/frontend/components/chat/index.ts
dashboard/frontend/components/config/AnomalyConfig.tsx
dashboard/frontend/components/config/BaselineConfig.tsx
dashboard/frontend/components/config/ConfigDiff.tsx
dashboard/frontend/components/config/ConfigEditor.tsx
dashboard/frontend/components/config/ConfigHistory.tsx
dashboard/frontend/components/config/ConfigHub.tsx
dashboard/frontend/components/config/ConfigQuickActions.tsx
dashboard/frontend/components/config/ConfigRollback.tsx
dashboard/frontend/components/config/ConfigStatus.tsx
dashboard/frontend/components/config/ConfigVersionView.tsx
dashboard/frontend/components/config/ConnectionCard.tsx
dashboard/frontend/components/config/ConnectionForm.tsx
dashboard/frontend/components/config/ConnectionWizard.tsx
dashboard/frontend/components/config/CustomHookForm.tsx
dashboard/frontend/components/config/DriftConfig.tsx
dashboard/frontend/components/config/ExpectationLearning.tsx
dashboard/frontend/components/config/HookCard.tsx
dashboard/frontend/components/config/HookList.tsx
dashboard/frontend/components/config/HookTestButton.tsx
dashboard/frontend/components/config/HookWizard.tsx
dashboard/frontend/components/config/LoggingHookForm.tsx
dashboard/frontend/components/config/ProfilingConfig.tsx
dashboard/frontend/components/config/QualityScoringConfig.tsx
dashboard/frontend/components/config/SQLHookForm.tsx
dashboard/frontend/components/config/SlackHookForm.tsx
dashboard/frontend/components/config/SnowflakeHookForm.tsx
dashboard/frontend/components/config/StatisticalStrategyConfig.tsx
dashboard/frontend/components/config/StorageConfig.tsx
dashboard/frontend/components/config/StorageStatus.tsx
dashboard/frontend/components/config/TableDiscovery.tsx
dashboard/frontend/components/config/TablePatternBuilder.tsx
dashboard/frontend/components/config/TablePreview.tsx
dashboard/frontend/components/config/TableProfilingConfig.tsx
dashboard/frontend/components/config/TableSelection.tsx
dashboard/frontend/components/config/ThresholdConfig.tsx
dashboard/frontend/components/config/TypeSpecificThresholds.tsx
dashboard/frontend/components/config/YAMLPreview.tsx
dashboard/frontend/components/dashboard/EnhancedKPIs.tsx
dashboard/frontend/components/dashboard/QuickActions.tsx
dashboard/frontend/components/dashboard/TrendCharts.tsx
dashboard/frontend/components/drift/DriftAnalysis.tsx
dashboard/frontend/components/drift/DriftDashboard.tsx
dashboard/frontend/components/drift/DriftDetails.tsx
dashboard/frontend/components/drift/DriftFilters.tsx
dashboard/frontend/components/lineage/ColumnLineageView.tsx
dashboard/frontend/components/lineage/EnhancedLineageViewer.tsx
dashboard/frontend/components/lineage/ImpactAnalysis.tsx
dashboard/frontend/components/lineage/LineageFilters.tsx
dashboard/frontend/components/lineage/LineageMiniGraph.tsx
dashboard/frontend/components/lineage/LineageSearch.tsx
dashboard/frontend/components/lineage/LineageViewer.tsx
dashboard/frontend/components/quality/QualityScoreCard.tsx
dashboard/frontend/components/quality/ScoreBadge.tsx
dashboard/frontend/components/quality/ScoreComparison.tsx
dashboard/frontend/components/quality/ScoreHistoryChart.tsx
dashboard/frontend/components/quality/ScoreRadarChart.tsx
dashboard/frontend/components/rca/CorrelationView.tsx
dashboard/frontend/components/rca/RCADashboard.tsx
dashboard/frontend/components/rca/RCADetails.tsx
dashboard/frontend/components/rca/RCAFilters.tsx
dashboard/frontend/components/rca/RCAList.tsx
dashboard/frontend/components/rca/RCATimeline.tsx
dashboard/frontend/components/recommendations/ApplyRecommendations.tsx
dashboard/frontend/components/recommendations/ColumnRecommendations.tsx
dashboard/frontend/components/recommendations/RecommendationCard.tsx
dashboard/frontend/components/recommendations/RecommendationList.tsx
dashboard/frontend/components/runs/RunComparison.tsx
dashboard/frontend/components/runs/RunDetailsModal.tsx
dashboard/frontend/components/runs/RunFilters.tsx
dashboard/frontend/components/runs/RunsTable.tsx
dashboard/frontend/components/tables/TableCard.tsx
dashboard/frontend/components/tables/TableConfigTab.tsx
dashboard/frontend/components/tables/TableDriftTab.tsx
dashboard/frontend/components/tables/TableFilters.tsx
dashboard/frontend/components/tables/TableLineageTab.tsx
dashboard/frontend/components/tables/TableList.tsx
dashboard/frontend/components/tables/TableOverviewTab.tsx
dashboard/frontend/components/tables/TableValidationTab.tsx
dashboard/frontend/components/ui/Badge.tsx
dashboard/frontend/components/ui/Button.tsx
dashboard/frontend/components/ui/Card.tsx
dashboard/frontend/components/ui/Checkbox.tsx
dashboard/frontend/components/ui/FormField.tsx
dashboard/frontend/components/ui/Input.tsx
dashboard/frontend/components/ui/LoadingSpinner.tsx
dashboard/frontend/components/ui/Modal.tsx
dashboard/frontend/components/ui/SearchInput.tsx
dashboard/frontend/components/ui/Select.tsx
dashboard/frontend/components/ui/Slider.tsx
dashboard/frontend/components/ui/Tabs.tsx
dashboard/frontend/components/ui/Toggle.tsx
dashboard/frontend/components/ui/Tooltip.tsx
dashboard/frontend/components/ui/index.ts
dashboard/frontend/components/validation/EnumRuleForm.tsx
dashboard/frontend/components/validation/FailureSamples.tsx
dashboard/frontend/components/validation/FormatRuleForm.tsx
dashboard/frontend/components/validation/RangeRuleForm.tsx
dashboard/frontend/components/validation/ReferentialRuleForm.tsx
dashboard/frontend/components/validation/RuleList.tsx
dashboard/frontend/components/validation/RuleTestPreview.tsx
dashboard/frontend/components/validation/RuleWizard.tsx
dashboard/frontend/components/validation/ValidationFilters.tsx
dashboard/frontend/components/validation/ValidationOverview.tsx
dashboard/frontend/components/validation/ValidationResults.tsx
dashboard/frontend/components/validation/ValidationRuleModal.tsx
dashboard/frontend/components/validation/ValidationRulesList.tsx
dashboard/frontend/functions/api/config.ts
dashboard/frontend/functions/api/contracts.ts
dashboard/frontend/functions/api/drift.ts
dashboard/frontend/functions/api/rca.ts
dashboard/frontend/functions/api/recommendations.ts
dashboard/frontend/functions/api/runs.ts
dashboard/frontend/functions/api/tables.ts
dashboard/frontend/functions/api/warehouses.ts
dashboard/frontend/functions/api/config/connections.ts
dashboard/frontend/functions/api/config/history.ts
dashboard/frontend/functions/api/contracts/[contractId].ts
dashboard/frontend/functions/api/contracts/validate.ts
dashboard/frontend/functions/api/contracts/[contractId]/rules.ts
dashboard/frontend/functions/api/contracts/[contractId]/validate.ts
dashboard/frontend/functions/api/dashboard/metrics.ts
dashboard/frontend/functions/api/demo/info.ts
dashboard/frontend/functions/api/drift/summary.ts
dashboard/frontend/functions/api/drift/[eventId]/details.ts
dashboard/frontend/functions/api/drift/[eventId]/impact.ts
dashboard/frontend/functions/api/export/drift.ts
dashboard/frontend/functions/api/export/runs.ts
dashboard/frontend/functions/api/lineage/column-graph.ts
dashboard/frontend/functions/api/lineage/drift-path.ts
dashboard/frontend/functions/api/lineage/graph.ts
dashboard/frontend/functions/api/lineage/impact.ts
dashboard/frontend/functions/api/lineage/search.ts
dashboard/frontend/functions/api/lineage/tables.ts
dashboard/frontend/functions/api/lineage/node/[nodeId].ts
dashboard/frontend/functions/api/quality/scores.ts
dashboard/frontend/functions/api/quality/scores/[tableName].ts
dashboard/frontend/functions/api/quality/scores/compare.ts
dashboard/frontend/functions/api/quality/scores/system.ts
dashboard/frontend/functions/api/quality/scores/[tableName]/columns.ts
dashboard/frontend/functions/api/quality/scores/[tableName]/history.ts
dashboard/frontend/functions/api/quality/scores/[tableName]/trend.ts
dashboard/frontend/functions/api/quality/scores/schema/[schemaName].ts
dashboard/frontend/functions/api/rca/statistics/summary.ts
dashboard/frontend/functions/api/recommendations/apply.ts
dashboard/frontend/functions/api/recommendations/columns.ts
dashboard/frontend/functions/api/recommendations/refresh.ts
dashboard/frontend/functions/api/runs/[runId].ts
dashboard/frontend/functions/api/runs/compare.ts
dashboard/frontend/functions/api/tables/[table]/config.ts
dashboard/frontend/functions/api/tables/[table]/drift-history.ts
dashboard/frontend/functions/api/tables/[table]/metrics.ts
dashboard/frontend/functions/api/tables/[table]/overview.ts
dashboard/frontend/functions/api/tables/[table]/validation-results.ts
dashboard/frontend/functions/api/test/data.ts
dashboard/frontend/functions/api/test/url.ts
dashboard/frontend/functions/api/validation/results.ts
dashboard/frontend/functions/api/validation/summary.ts
dashboard/frontend/functions/lib/context.ts
dashboard/frontend/functions/lib/demo-data-service.ts
dashboard/frontend/functions/lib/utils.ts
dashboard/frontend/hooks/useConfig.ts
dashboard/frontend/hooks/useConfigSave.ts
dashboard/frontend/lib/api.ts
dashboard/frontend/lib/demo-mode.ts
dashboard/frontend/lib/utils.ts
dashboard/frontend/lib/api/config.ts
dashboard/frontend/lib/api/connections.ts
dashboard/frontend/lib/api/contracts.ts
dashboard/frontend/lib/api/hooks.ts
dashboard/frontend/lib/api/lineage.ts
dashboard/frontend/lib/api/rca.ts
dashboard/frontend/lib/api/recommendations.ts
dashboard/frontend/lib/api/tables.ts
dashboard/frontend/lib/api/validation.ts
dashboard/frontend/lib/api/validationRules.ts
dashboard/frontend/lib/store/configStore.ts
dashboard/frontend/lib/utils/sanitize.ts
dashboard/frontend/lib/utils/yaml.ts
dashboard/frontend/public/logo.png
dashboard/frontend/public/logo.svg
dashboard/frontend/public/demo_data/column_quality_scores.json
dashboard/frontend/public/demo_data/drift_events.json
dashboard/frontend/public/demo_data/lineage.json
dashboard/frontend/public/demo_data/metadata.json
dashboard/frontend/public/demo_data/metrics.json
dashboard/frontend/public/demo_data/runs.json
dashboard/frontend/public/demo_data/table_quality_scores.json
dashboard/frontend/public/demo_data/tables.json
dashboard/frontend/public/demo_data/validation_results.json
dashboard/frontend/scripts/README.md
dashboard/frontend/scripts/copy-routes.js
dashboard/frontend/scripts/deploy.ps1
dashboard/frontend/scripts/deploy.sh
dashboard/frontend/scripts/run-tests.ps1
dashboard/frontend/scripts/run-tests.sh
dashboard/frontend/styles/ui.css
dashboard/frontend/types/chat.ts
dashboard/frontend/types/config.ts
dashboard/frontend/types/connection.ts
dashboard/frontend/types/drift.ts
dashboard/frontend/types/hook.ts
dashboard/frontend/types/lineage.ts
dashboard/frontend/types/odcs.ts
dashboard/frontend/types/quality.ts
dashboard/frontend/types/rca.ts
dashboard/frontend/types/react-cytoscapejs.d.ts
dashboard/frontend/types/recommendation.ts
dashboard/frontend/types/validation.ts
dashboard/frontend/types/validationRules.ts
dbt_package/.gitignore
dbt_package/README.md
dbt_package/dbt_project.yml
dbt_package/models/customer_analytics.sql
dbt_package/models/example_customers.sql
dbt_package/models/example_orders.sql
dbt_package/models/schema.yml
docker/Dockerfile
docker/Dockerfile.airflow
docker/README_AIRFLOW.md
docker/README_AIRFLOW_TROUBLESHOOTING.md
docker/airflow_test_dag.py
docker/dagster.yaml
docker/docker-compose.yml
docker/generate_fernet_key.py
docker/grafana-datasources.yml
docker/init_postgres.sql
docker/prometheus.yml
docker/workspace.yaml
docs/ORGANIZATION.md
docs/README.md
docs/lineage-visualization.md
docs/architecture/ANOMALY_DETECTION.md
docs/architecture/EVENTS_AND_HOOKS.md
docs/architecture/EXPECTATION_LEARNING.md
docs/architecture/PROJECT_OVERVIEW.md
docs/chat/ADVANCED.md
docs/chat/EXAMPLES.md
docs/chat/GETTING_STARTED.md
docs/chat/TOOLS.md
docs/dashboard/ARCHITECTURE.md
docs/dashboard/DASHBOARD_INTEGRATION.md
docs/dashboard/DEMO.md
docs/dashboard/DEMO_DATA.md
docs/dashboard/DEMO_DATA_SERVICE.md
docs/dashboard/DEMO_DEPLOYMENT.md
docs/dashboard/DEMO_MODE.md
docs/dashboard/QUICKSTART.md
docs/dashboard/README.md
docs/dashboard/SETUP_COMPLETE.md
docs/dashboard/backend/DAGSTER.md
docs/dashboard/backend/README.md
docs/dashboard/frontend/README.md
docs/development/DBT_TESTING.md
docs/development/DEVELOPMENT.md
docs/development/GIT_HOOKS.md
docs/docker/README_DBT.md
docs/docker/README_METRICS.md
docs/getting-started/INSTALL.md
docs/getting-started/QUICKSTART.md
docs/guides/AIRFLOW_INTEGRATION.md
docs/guides/AIRFLOW_QUICKSTART.md
docs/guides/ANOMALY_DETECTION.md
docs/guides/COLUMN_LEVEL_CONFIGS.md
docs/guides/COLUMN_RECOMMENDATION.md
docs/guides/CONFIGURATION.md
docs/guides/DAGSTER_INTEGRATION.md
docs/guides/DATA_LINEAGE.md
docs/guides/DATA_VALIDATION.md
docs/guides/DBT_INTEGRATION.md
docs/guides/DRIFT_DETECTION.md
docs/guides/EXPECTATION_LEARNING.md
docs/guides/INCREMENTAL_PROFILING.md
docs/guides/ODCS_DATA_CONTRACTS.md
docs/guides/PARALLELISM_AND_BATCHING.md
docs/guides/PARTITION_SAMPLING.md
docs/guides/PROFILING.md
docs/guides/PROFILING_ENRICHMENT.md
docs/guides/PROMETHEUS_METRICS.md
docs/guides/PYTHON_SDK.md
docs/guides/QUALITY_SCORE_CARDS.md
docs/guides/RETRY_AND_RECOVERY.md
docs/guides/RETRY_QUICK_START.md
docs/guides/ROOT_CAUSE_ANALYSIS.md
docs/guides/SCHEMA_CHANGE_DETECTION.md
docs/guides/SLACK_ALERTS.md
docs/guides/SLACK_ALERTS_QUICKSTART.md
docs/guides/SMART_SELECTION_QUICKSTART.md
docs/guides/SMART_TABLE_SELECTION.md
docs/guides/STATISTICAL_DRIFT_DETECTION.md
docs/llm/CONFIGURATION.md
docs/llm/PROMPTS.md
docs/llm/PROVIDERS.md
docs/schemas/MIGRATION_GUIDE.md
docs/schemas/QUERY_EXAMPLES.md
docs/schemas/SCHEMA_REFERENCE.md
docs/schemas/STATUS_COMMAND.md
docs/schemas/UI_COMMAND.md
examples/airflow_dag_example.py
examples/config.yml
examples/config_advanced.yml
examples/config_bigquery.yml
examples/config_dbt.yml
examples/config_mysql.yml
examples/config_odcs.yml
examples/config_patterns.yml
examples/config_redshift.yml
examples/config_slack_alerts.yml
examples/config_smart_selection.yml
examples/config_sqlite.yml
examples/config_with_metrics.yml
examples/dagster_repository.py
examples/example_hooks.py
examples/quickstart.py
examples/sdk_advanced.py
examples/sdk_quickstart.py
examples/contracts/customers.odcs.yaml
examples/contracts/orders.odcs.yaml
scripts/run-frontend-cmd.py
tests/__init__.py
tests/test_airflow_integration.py
tests/test_anomaly_detection_methods.py
tests/test_anomaly_detector.py
tests/test_anomaly_integration.py
tests/test_baseline_selector.py
tests/test_client.py
tests/test_client_contracts.py
tests/test_column_analysis.py
tests/test_column_configs.py
tests/test_column_learning.py
tests/test_column_level_integration.py
tests/test_column_matcher.py
tests/test_column_recommendation_integration.py
tests/test_column_scoring.py
tests/test_config.py
tests/test_config_merger.py
tests/test_contracts_cli.py
tests/test_dagster_integration.py
tests/test_database_field.py
tests/test_dbt_integration.py
tests/test_drift_strategies.py
tests/test_events.py
tests/test_incremental_planner.py
tests/test_learning_expectation_learner.py
tests/test_learning_expectation_storage.py
tests/test_learning_integration.py
tests/test_lineage.py
tests/test_lineage_aware_prioritization.py
tests/test_migrations.py
tests/test_planner.py
tests/test_profiling.py
tests/test_quality_alerts.py
tests/test_quality_column_scoring.py
tests/test_quality_export.py
tests/test_quality_performance.py
tests/test_quality_trend_analysis.py
tests/test_query_client.py
tests/test_rca_integration.py
tests/test_rca_lineage_analyzer.py
tests/test_rca_temporal_correlator.py
tests/test_smart_selection_integration.py
tests/test_smart_selection_recommender.py
tests/test_smart_selection_scorer.py
tests/test_status_command.py
tests/test_status_formatter.py
tests/test_table_patterns.py
tests/test_ui_command.py
tests/test_visualization_exporters.py
tests/test_visualization_graph_builder.py
tests/chat/__init__.py
tests/chat/test_agent.py
tests/chat/test_context.py
tests/chat/test_history.py
tests/chat/test_renderer.py
tests/chat/test_session.py
tests/chat/test_tools.py
tests/llm/__init__.py
tests/llm/test_base.py
tests/llm/test_prompts.py
tests/llm/test_templates.py
tests/utils/__init__.py
tests/utils/test_retry.py
tests/utils/test_worker_pool.py
website/.gitignore
website/DEPLOYMENT.md
website/README.md
website/docusaurus.config.ts
website/package-lock.json
website/package.json
website/sidebars.ts
website/wrangler.toml
website/docs/getting-started/INSTALL.md
website/docs/getting-started/QUICKSTART.md
website/docs/guides/ANOMALY_DETECTION.md
website/docs/guides/BEST_PRACTICES.md
website/docs/guides/DRIFT_DETECTION.md
website/docs/guides/EXPECTATION_LEARNING.md
website/docs/guides/INCREMENTAL_PROFILING.md
website/docs/guides/PARALLELISM_AND_BATCHING.md
website/docs/guides/PARTITION_SAMPLING.md
website/docs/guides/PERFORMANCE_TUNING.md
website/docs/guides/PROFILING_ENRICHMENT.md
website/docs/guides/PROMETHEUS_METRICS.md
website/docs/guides/PYTHON_SDK.md
website/docs/guides/RETRY_AND_RECOVERY.md
website/docs/guides/RETRY_QUICK_START.md
website/docs/guides/SCHEMA_CHANGE_DETECTION.md
website/docs/guides/SLACK_ALERTS.md
website/docs/guides/SLACK_ALERTS_QUICKSTART.md
website/docs/guides/STATISTICAL_DRIFT_DETECTION.md
website/docs/guides/TROUBLESHOOTING.md
website/docs/reference/API_REFERENCE.md
website/docs/reference/CONFIG_REFERENCE.md
website/src/components/Features/index.tsx
website/src/components/Features/styles.module.css
website/src/components/HomepageFeatures/index.tsx
website/src/components/HomepageFeatures/styles.module.css
website/src/css/custom.css
website/src/pages/features.tsx
website/src/pages/index.module.css
website/src/pages/index.tsx
website/src/pages/markdown-page.md
website/static/.nojekyll
website/static/features.html
website/static/landing.html
website/static/quickstart.html
website/static/img/docusaurus-social-card.jpg
website/static/img/docusaurus.png
website/static/img/favicon.ico
website/static/img/favicon.svg
website/static/img/logo.svg
website/static/img/undraw_anomaly_detection.svg
website/static/img/undraw_cli_api.svg
website/static/img/undraw_data_quality_monitoring.svg
website/static/img/undraw_docusaurus_drift.svg
website/static/img/undraw_docusaurus_mountain.svg
website/static/img/undraw_docusaurus_profiling.svg
website/static/img/undraw_docusaurus_python.svg
website/static/img/undraw_docusaurus_react.svg
website/static/img/undraw_docusaurus_tree.svg
website/static/img/undraw_event_alerts.svg
website/static/img/undraw_expectation_learning.svg
website/static/img/undraw_multi_database.svg
website/static/img/undraw_partition_profiling.svg
website/static/img/undraw_schema_change.svg
website/static/img/undraw_statistical_drift_use_case.svg
website/static/img/undraw_statistical_tests.svg
website/static/img/undraw_web_dashboard.svg