truthound-dashboard 1.5.0__tar.gz → 1.5.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/PKG-INFO +6 -3
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/README.md +5 -2
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/pyproject.toml +1 -1
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/connections.py +213 -18
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/main.py +4 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/static/index.html +1 -1
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/.gitignore +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/LICENSE +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/__main__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/alerts.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/anomaly.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/catalog.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/collaboration.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/cross_alerts.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/deps.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/drift.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/drift_monitor.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/enterprise_sampling.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/error_handlers.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/glossary.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/health.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/history.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/lineage.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/maintenance.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/mask.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/middleware.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/model_monitoring.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/notifications.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/notifications_advanced.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/observability.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/plugins.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/profile.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/quality_reporter.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/reports.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/router.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/rule_suggestions.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/rules.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/scan.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/schedules.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/schema_evolution.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/schema_watcher.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/schemas.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/sources.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/tiering.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/triggers.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/validations.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/versioning.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/websocket.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/cli.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/config.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/actions/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/actions/custom.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/actions/notifications.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/actions/storage.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/actions/webhook.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/anomaly.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/anomaly_explainer.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/backends/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/backends/base.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/backends/errors.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/backends/factory.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/backends/mock_backend.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/backends/truthound_backend.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/base.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/cache.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/cached_services.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/charts.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/checkpoint/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/checkpoint/adapters.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/checkpoint/checkpoint.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/checkpoint/runner.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/converters/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/converters/truthound.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/cross_alerts.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/datasource_factory.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/drift_monitor.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/drift_sampling.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/encryption.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/enterprise_sampling.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/exceptions.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/i18n/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/i18n/detector.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/i18n/messages.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/interfaces/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/interfaces/actions.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/interfaces/base.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/interfaces/checkpoint.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/interfaces/protocols.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/interfaces/reporters.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/interfaces/routing.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/interfaces/triggers.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/lineage.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/logging.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/maintenance.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/model_monitoring.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/base.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/channels.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/deduplication/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/deduplication/policies.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/deduplication/service.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/deduplication/stores.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/deduplication/strategies.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/dispatcher.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/escalation/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/escalation/backends.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/escalation/engine.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/escalation/models.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/escalation/scheduler.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/escalation/state_machine.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/escalation/stores.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/events.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/metrics/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/metrics/base.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/metrics/collectors.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/routing/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/routing/combinators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/routing/config.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/routing/config_parser.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/routing/engine.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/routing/expression_engine.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/routing/jinja2_engine.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/routing/rules.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/routing/validator.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/service.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/stats_aggregator.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/throttling/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/throttling/builder.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/throttling/stores.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/throttling/throttlers.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/notifications/truthound_adapter.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/openlineage.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/phase5/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/phase5/activity.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/phase5/catalog.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/phase5/collaboration.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/phase5/glossary.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/docs/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/docs/extractor.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/docs/renderers.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/lifecycle/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/lifecycle/machine.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/lifecycle/states.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/loader.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/registry.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/reporter_executor.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/sandbox/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/sandbox/code_validator.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/sandbox/engines.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/sandbox/protocols.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/sandbox.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/security/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/security/analyzer.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/security/policies.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/security/protocols.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/security/signing.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/security.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/validator_executor.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/versioning/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/versioning/constraints.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/versioning/dependencies.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/plugins/versioning/semver.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/profile_comparison.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/quality_reporter.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/report_history.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/reporters/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/reporters/adapters.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/reporters/base.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/reporters/builtin/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/reporters/builtin/csv_reporter.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/reporters/builtin/html_reporter.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/reporters/builtin/json_reporter.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/reporters/compat.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/reporters/csv_reporter.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/reporters/factory.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/reporters/html_reporter.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/reporters/i18n/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/reporters/i18n/base.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/reporters/i18n/catalogs.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/reporters/interfaces.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/reporters/json_reporter.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/reporters/registry.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/rule_generator.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/sampling.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/scheduler.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/schema_evolution.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/schema_watcher.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/services.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/statistics.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/store_manager.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/streaming_anomaly.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/tiering.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/triggers/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/triggers/base.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/triggers/evaluators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/triggers/factory.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/truthound_adapter.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/unified_alerts.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/validation_limits.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/versioning.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/websocket/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/websocket/manager.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/websocket/messages.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/db/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/db/base.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/db/database.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/db/models.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/db/repository.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/anomaly.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/base.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/catalog.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/collaboration.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/cross_alerts.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/drift.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/drift_monitor.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/enterprise_sampling.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/glossary.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/history.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/lineage.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/maintenance.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/mask.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/model_monitoring.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/notifications_advanced.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/observability.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/openlineage.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/plugins.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/profile.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/profile_comparison.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/quality_reporter.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/reports.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/rule.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/rule_suggestion.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/scan.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/schedule.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/schema.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/schema_evolution.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/schema_watcher.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/source.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/tiering.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/triggers.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/unified_alerts.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validation.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/aggregate_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/anomaly_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/base.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/business_rule_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/completeness_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/cross_table_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/datetime_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/distribution_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/drift_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/geospatial_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/localization_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/ml_feature_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/multi_column_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/privacy_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/profiling_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/query_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/referential_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/registry.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/schema_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/string_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/table_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/timeseries_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators/uniqueness_validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/validators.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/schemas/versioning.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/static/assets/logo--IpBiMPK.png +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/static/favicon.ico +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/translate/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/translate/config_updater.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/translate/exceptions.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/translate/providers/__init__.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/translate/providers/anthropic.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/translate/providers/base.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/translate/providers/mistral.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/translate/providers/ollama.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/translate/providers/openai.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/translate/providers/registry.py +0 -0
- {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/translate/translator.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: truthound-dashboard
|
|
3
|
-
Version: 1.5.
|
|
3
|
+
Version: 1.5.1
|
|
4
4
|
Summary: Open-source data quality dashboard - GX Cloud alternative
|
|
5
5
|
Author-email: Truthound Team <team@truthound.dev>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -44,8 +44,9 @@ Provides-Extra: translate
|
|
|
44
44
|
Description-Content-Type: text/markdown
|
|
45
45
|
|
|
46
46
|
# truthound-dashboard
|
|
47
|
+
<img width="1697" height="847" alt="truthound-dashboard" src="https://github.com/user-attachments/assets/2239ebff-470b-49fe-ab09-81bc3117880d" />
|
|
47
48
|
|
|
48
|
-
> **
|
|
49
|
+
> **Alpha Version**: APIs and features may change without notice.
|
|
49
50
|
|
|
50
51
|
## Overview
|
|
51
52
|
<img width="300" height="300" alt="Truthound_icon" src="https://github.com/user-attachments/assets/90d9e806-8895-45ec-97dc-f8300da4d997" />
|
|
@@ -60,7 +61,9 @@ A web-based data quality monitoring dashboard for [truthound](https://github.com
|
|
|
60
61
|
|
|
61
62
|
truthound-dashboard provides a graphical interface for managing data sources, executing validations, tracking historical results, scheduling automated checks, and configuring notifications. It serves as an alternative to commercial data quality platforms.
|
|
62
63
|
|
|
63
|
-
[Documentation](https://truthound.netlify.app) | [PyPI](https://pypi.org/project/truthound-dashboard/)
|
|
64
|
+
[Documentation](https://truthound.netlify.app) | [PyPI](https://pypi.org/project/truthound-dashboard/) | [Live Demo](https://truthound-dashboard.vercel.app)
|
|
65
|
+
|
|
66
|
+
> **Demo Note**: The live demo uses a free-tier backend ([Render](https://render.com)), which enters sleep mode after 15 minutes of inactivity. The first request may take 30–60 seconds to wake up the server.
|
|
64
67
|
|
|
65
68
|
## Design Principles
|
|
66
69
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# truthound-dashboard
|
|
2
|
+
<img width="1697" height="847" alt="truthound-dashboard" src="https://github.com/user-attachments/assets/2239ebff-470b-49fe-ab09-81bc3117880d" />
|
|
2
3
|
|
|
3
|
-
> **
|
|
4
|
+
> **Alpha Version**: APIs and features may change without notice.
|
|
4
5
|
|
|
5
6
|
## Overview
|
|
6
7
|
<img width="300" height="300" alt="Truthound_icon" src="https://github.com/user-attachments/assets/90d9e806-8895-45ec-97dc-f8300da4d997" />
|
|
@@ -15,7 +16,9 @@ A web-based data quality monitoring dashboard for [truthound](https://github.com
|
|
|
15
16
|
|
|
16
17
|
truthound-dashboard provides a graphical interface for managing data sources, executing validations, tracking historical results, scheduling automated checks, and configuring notifications. It serves as an alternative to commercial data quality platforms.
|
|
17
18
|
|
|
18
|
-
[Documentation](https://truthound.netlify.app) | [PyPI](https://pypi.org/project/truthound-dashboard/)
|
|
19
|
+
[Documentation](https://truthound.netlify.app) | [PyPI](https://pypi.org/project/truthound-dashboard/) | [Live Demo](https://truthound-dashboard.vercel.app)
|
|
20
|
+
|
|
21
|
+
> **Demo Note**: The live demo uses a free-tier backend ([Render](https://render.com)), which enters sleep mode after 15 minutes of inactivity. The first request may take 30–60 seconds to wake up the server.
|
|
19
22
|
|
|
20
23
|
## Design Principles
|
|
21
24
|
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/connections.py
RENAMED
|
@@ -187,7 +187,7 @@ class FileConnectionBuilder(ConnectionBuilder):
|
|
|
187
187
|
"""Connection builder for file-based sources."""
|
|
188
188
|
|
|
189
189
|
source_type = SourceType.FILE
|
|
190
|
-
SUPPORTED_EXTENSIONS = {".csv", ".parquet", ".json", ".
|
|
190
|
+
SUPPORTED_EXTENSIONS = {".csv", ".parquet", ".json", ".ndjson", ".jsonl"}
|
|
191
191
|
|
|
192
192
|
def build(self, config: dict[str, Any]) -> str:
|
|
193
193
|
"""Build file path from config."""
|
|
@@ -216,7 +216,7 @@ class FileConnectionBuilder(ConnectionBuilder):
|
|
|
216
216
|
return SourceTypeDefinition(
|
|
217
217
|
type=SourceType.FILE.value,
|
|
218
218
|
name="File",
|
|
219
|
-
description="Local file (CSV, Parquet, JSON,
|
|
219
|
+
description="Local file (CSV, Parquet, JSON, NDJSON, JSONL)",
|
|
220
220
|
icon="file",
|
|
221
221
|
category="file",
|
|
222
222
|
fields=[
|
|
@@ -237,7 +237,8 @@ class FileConnectionBuilder(ConnectionBuilder):
|
|
|
237
237
|
{"value": "csv", "label": "CSV"},
|
|
238
238
|
{"value": "parquet", "label": "Parquet"},
|
|
239
239
|
{"value": "json", "label": "JSON"},
|
|
240
|
-
{"value": "
|
|
240
|
+
{"value": "ndjson", "label": "NDJSON"},
|
|
241
|
+
{"value": "jsonl", "label": "JSONL"},
|
|
241
242
|
],
|
|
242
243
|
default="auto",
|
|
243
244
|
description="File format (auto-detected from extension if not specified)",
|
|
@@ -271,13 +272,195 @@ class FileConnectionBuilder(ConnectionBuilder):
|
|
|
271
272
|
default=True,
|
|
272
273
|
description="First row contains column names",
|
|
273
274
|
),
|
|
275
|
+
],
|
|
276
|
+
)
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
class CSVConnectionBuilder(FileConnectionBuilder):
|
|
280
|
+
"""Connection builder for CSV files."""
|
|
281
|
+
|
|
282
|
+
source_type = SourceType.CSV
|
|
283
|
+
|
|
284
|
+
@classmethod
|
|
285
|
+
def get_definition(cls) -> SourceTypeDefinition:
|
|
286
|
+
return SourceTypeDefinition(
|
|
287
|
+
type=SourceType.CSV.value,
|
|
288
|
+
name="CSV",
|
|
289
|
+
description="Comma-separated values file",
|
|
290
|
+
icon="file",
|
|
291
|
+
category="file",
|
|
292
|
+
fields=[
|
|
274
293
|
FieldDefinition(
|
|
275
|
-
name="
|
|
276
|
-
label="
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
294
|
+
name="path",
|
|
295
|
+
label="File Path",
|
|
296
|
+
type=FieldType.FILE_PATH,
|
|
297
|
+
required=True,
|
|
298
|
+
placeholder="/path/to/data.csv",
|
|
299
|
+
description="Path to the CSV file",
|
|
300
|
+
),
|
|
301
|
+
FieldDefinition(
|
|
302
|
+
name="delimiter",
|
|
303
|
+
label="Delimiter",
|
|
304
|
+
placeholder=",",
|
|
305
|
+
default=",",
|
|
306
|
+
description="CSV delimiter character",
|
|
307
|
+
),
|
|
308
|
+
FieldDefinition(
|
|
309
|
+
name="encoding",
|
|
310
|
+
label="Encoding",
|
|
311
|
+
type=FieldType.SELECT,
|
|
312
|
+
options=[
|
|
313
|
+
{"value": "utf-8", "label": "UTF-8"},
|
|
314
|
+
{"value": "utf-16", "label": "UTF-16"},
|
|
315
|
+
{"value": "iso-8859-1", "label": "ISO-8859-1 (Latin-1)"},
|
|
316
|
+
{"value": "cp1252", "label": "Windows-1252"},
|
|
317
|
+
],
|
|
318
|
+
default="utf-8",
|
|
319
|
+
description="File encoding",
|
|
320
|
+
),
|
|
321
|
+
FieldDefinition(
|
|
322
|
+
name="has_header",
|
|
323
|
+
label="Has Header Row",
|
|
324
|
+
type=FieldType.BOOLEAN,
|
|
325
|
+
default=True,
|
|
326
|
+
description="First row contains column names",
|
|
327
|
+
),
|
|
328
|
+
],
|
|
329
|
+
)
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
class ParquetConnectionBuilder(FileConnectionBuilder):
|
|
333
|
+
"""Connection builder for Parquet files."""
|
|
334
|
+
|
|
335
|
+
source_type = SourceType.PARQUET
|
|
336
|
+
|
|
337
|
+
@classmethod
|
|
338
|
+
def get_definition(cls) -> SourceTypeDefinition:
|
|
339
|
+
return SourceTypeDefinition(
|
|
340
|
+
type=SourceType.PARQUET.value,
|
|
341
|
+
name="Parquet",
|
|
342
|
+
description="Apache Parquet columnar storage file",
|
|
343
|
+
icon="file",
|
|
344
|
+
category="file",
|
|
345
|
+
fields=[
|
|
346
|
+
FieldDefinition(
|
|
347
|
+
name="path",
|
|
348
|
+
label="File Path",
|
|
349
|
+
type=FieldType.FILE_PATH,
|
|
350
|
+
required=True,
|
|
351
|
+
placeholder="/path/to/data.parquet",
|
|
352
|
+
description="Path to the Parquet file",
|
|
353
|
+
),
|
|
354
|
+
],
|
|
355
|
+
)
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
class JSONConnectionBuilder(FileConnectionBuilder):
|
|
359
|
+
"""Connection builder for JSON files."""
|
|
360
|
+
|
|
361
|
+
source_type = SourceType.JSON
|
|
362
|
+
|
|
363
|
+
@classmethod
|
|
364
|
+
def get_definition(cls) -> SourceTypeDefinition:
|
|
365
|
+
return SourceTypeDefinition(
|
|
366
|
+
type=SourceType.JSON.value,
|
|
367
|
+
name="JSON",
|
|
368
|
+
description="JSON file (array of objects)",
|
|
369
|
+
icon="file_json",
|
|
370
|
+
category="file",
|
|
371
|
+
fields=[
|
|
372
|
+
FieldDefinition(
|
|
373
|
+
name="path",
|
|
374
|
+
label="File Path",
|
|
375
|
+
type=FieldType.FILE_PATH,
|
|
376
|
+
required=True,
|
|
377
|
+
placeholder="/path/to/data.json",
|
|
378
|
+
description="Path to the JSON file",
|
|
379
|
+
),
|
|
380
|
+
FieldDefinition(
|
|
381
|
+
name="encoding",
|
|
382
|
+
label="Encoding",
|
|
383
|
+
type=FieldType.SELECT,
|
|
384
|
+
options=[
|
|
385
|
+
{"value": "utf-8", "label": "UTF-8"},
|
|
386
|
+
{"value": "utf-16", "label": "UTF-16"},
|
|
387
|
+
],
|
|
388
|
+
default="utf-8",
|
|
389
|
+
description="File encoding",
|
|
390
|
+
),
|
|
391
|
+
],
|
|
392
|
+
)
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
class NDJSONConnectionBuilder(FileConnectionBuilder):
|
|
396
|
+
"""Connection builder for NDJSON files."""
|
|
397
|
+
|
|
398
|
+
source_type = SourceType.NDJSON
|
|
399
|
+
|
|
400
|
+
@classmethod
|
|
401
|
+
def get_definition(cls) -> SourceTypeDefinition:
|
|
402
|
+
return SourceTypeDefinition(
|
|
403
|
+
type=SourceType.NDJSON.value,
|
|
404
|
+
name="NDJSON",
|
|
405
|
+
description="Newline-delimited JSON file",
|
|
406
|
+
icon="file_json",
|
|
407
|
+
category="file",
|
|
408
|
+
fields=[
|
|
409
|
+
FieldDefinition(
|
|
410
|
+
name="path",
|
|
411
|
+
label="File Path",
|
|
412
|
+
type=FieldType.FILE_PATH,
|
|
413
|
+
required=True,
|
|
414
|
+
placeholder="/path/to/data.ndjson",
|
|
415
|
+
description="Path to the NDJSON file",
|
|
416
|
+
),
|
|
417
|
+
FieldDefinition(
|
|
418
|
+
name="encoding",
|
|
419
|
+
label="Encoding",
|
|
420
|
+
type=FieldType.SELECT,
|
|
421
|
+
options=[
|
|
422
|
+
{"value": "utf-8", "label": "UTF-8"},
|
|
423
|
+
{"value": "utf-16", "label": "UTF-16"},
|
|
424
|
+
],
|
|
425
|
+
default="utf-8",
|
|
426
|
+
description="File encoding",
|
|
427
|
+
),
|
|
428
|
+
],
|
|
429
|
+
)
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
class JSONLConnectionBuilder(FileConnectionBuilder):
|
|
433
|
+
"""Connection builder for JSONL files."""
|
|
434
|
+
|
|
435
|
+
source_type = SourceType.JSONL
|
|
436
|
+
|
|
437
|
+
@classmethod
|
|
438
|
+
def get_definition(cls) -> SourceTypeDefinition:
|
|
439
|
+
return SourceTypeDefinition(
|
|
440
|
+
type=SourceType.JSONL.value,
|
|
441
|
+
name="JSONL",
|
|
442
|
+
description="JSON Lines file (one JSON object per line)",
|
|
443
|
+
icon="file_json",
|
|
444
|
+
category="file",
|
|
445
|
+
fields=[
|
|
446
|
+
FieldDefinition(
|
|
447
|
+
name="path",
|
|
448
|
+
label="File Path",
|
|
449
|
+
type=FieldType.FILE_PATH,
|
|
450
|
+
required=True,
|
|
451
|
+
placeholder="/path/to/data.jsonl",
|
|
452
|
+
description="Path to the JSONL file",
|
|
453
|
+
),
|
|
454
|
+
FieldDefinition(
|
|
455
|
+
name="encoding",
|
|
456
|
+
label="Encoding",
|
|
457
|
+
type=FieldType.SELECT,
|
|
458
|
+
options=[
|
|
459
|
+
{"value": "utf-8", "label": "UTF-8"},
|
|
460
|
+
{"value": "utf-16", "label": "UTF-16"},
|
|
461
|
+
],
|
|
462
|
+
default="utf-8",
|
|
463
|
+
description="File encoding",
|
|
281
464
|
),
|
|
282
465
|
],
|
|
283
466
|
)
|
|
@@ -1581,11 +1764,11 @@ class KafkaConnectionBuilder(ConnectionBuilder):
|
|
|
1581
1764
|
CONNECTION_BUILDERS: dict[str, type[ConnectionBuilder]] = {
|
|
1582
1765
|
# File-based
|
|
1583
1766
|
SourceType.FILE.value: FileConnectionBuilder,
|
|
1584
|
-
SourceType.CSV.value:
|
|
1585
|
-
SourceType.PARQUET.value:
|
|
1586
|
-
SourceType.JSON.value:
|
|
1587
|
-
SourceType.NDJSON.value:
|
|
1588
|
-
SourceType.JSONL.value:
|
|
1767
|
+
SourceType.CSV.value: CSVConnectionBuilder,
|
|
1768
|
+
SourceType.PARQUET.value: ParquetConnectionBuilder,
|
|
1769
|
+
SourceType.JSON.value: JSONConnectionBuilder,
|
|
1770
|
+
SourceType.NDJSON.value: NDJSONConnectionBuilder,
|
|
1771
|
+
SourceType.JSONL.value: JSONLConnectionBuilder,
|
|
1589
1772
|
# Core SQL
|
|
1590
1773
|
SourceType.POSTGRESQL.value: PostgreSQLConnectionBuilder,
|
|
1591
1774
|
SourceType.MYSQL.value: MySQLConnectionBuilder,
|
|
@@ -1735,11 +1918,18 @@ def get_supported_source_types() -> list[dict[str, Any]]:
|
|
|
1735
1918
|
List of source type definitions.
|
|
1736
1919
|
"""
|
|
1737
1920
|
result = []
|
|
1921
|
+
seen_types: set[str] = set()
|
|
1738
1922
|
for source_type in SourceType:
|
|
1923
|
+
# Skip generic FILE type - specific format types (CSV, Parquet, etc.) cover it
|
|
1924
|
+
if source_type == SourceType.FILE:
|
|
1925
|
+
continue
|
|
1739
1926
|
builder_class = CONNECTION_BUILDERS.get(source_type.value)
|
|
1740
1927
|
if builder_class:
|
|
1741
1928
|
definition = builder_class.get_definition()
|
|
1742
|
-
|
|
1929
|
+
# Deduplicate by type value
|
|
1930
|
+
if definition.type not in seen_types:
|
|
1931
|
+
seen_types.add(definition.type)
|
|
1932
|
+
result.append(definition.to_dict())
|
|
1743
1933
|
return result
|
|
1744
1934
|
|
|
1745
1935
|
|
|
@@ -1774,12 +1964,17 @@ def get_source_types_by_category() -> dict[str, list[dict[str, Any]]]:
|
|
|
1774
1964
|
"streaming": [],
|
|
1775
1965
|
}
|
|
1776
1966
|
|
|
1967
|
+
seen_types: set[str] = set()
|
|
1777
1968
|
for source_type in SourceType:
|
|
1969
|
+
if source_type == SourceType.FILE:
|
|
1970
|
+
continue
|
|
1778
1971
|
builder_class = CONNECTION_BUILDERS.get(source_type.value)
|
|
1779
1972
|
if builder_class:
|
|
1780
1973
|
definition = builder_class.get_definition()
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1974
|
+
if definition.type not in seen_types:
|
|
1975
|
+
seen_types.add(definition.type)
|
|
1976
|
+
category = definition.category
|
|
1977
|
+
if category in categories:
|
|
1978
|
+
categories[category].append(definition.to_dict())
|
|
1784
1979
|
|
|
1785
1980
|
return categories
|
|
@@ -24,6 +24,7 @@ Example:
|
|
|
24
24
|
from __future__ import annotations
|
|
25
25
|
|
|
26
26
|
import logging
|
|
27
|
+
import os
|
|
27
28
|
from collections.abc import AsyncGenerator
|
|
28
29
|
from contextlib import asynccontextmanager
|
|
29
30
|
from pathlib import Path
|
|
@@ -244,12 +245,15 @@ def configure_cors(app: FastAPI) -> None:
|
|
|
244
245
|
"""
|
|
245
246
|
settings = get_settings()
|
|
246
247
|
|
|
248
|
+
extra_origins = os.environ.get("TRUTHOUND_CORS_ORIGINS", "")
|
|
247
249
|
origins = [
|
|
248
250
|
"http://localhost:5173", # Vite dev server
|
|
249
251
|
"http://127.0.0.1:5173",
|
|
250
252
|
f"http://localhost:{settings.port}", # Dashboard server
|
|
251
253
|
f"http://127.0.0.1:{settings.port}",
|
|
252
254
|
]
|
|
255
|
+
if extra_origins:
|
|
256
|
+
origins.extend([o.strip() for o in extra_origins.split(",") if o.strip()])
|
|
253
257
|
|
|
254
258
|
app.add_middleware(
|
|
255
259
|
CORSMiddleware,
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/static/index.html
RENAMED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<meta name="description" content="Truthound Dashboard - Open-source data quality monitoring" />
|
|
8
8
|
<title>Truthound Dashboard</title>
|
|
9
|
-
<script type="module" crossorigin src="/assets/index-
|
|
9
|
+
<script type="module" crossorigin src="/assets/index-Ch94w21P.js"></script>
|
|
10
10
|
<link rel="stylesheet" crossorigin href="/assets/index-DDRuhd95.css">
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/__init__.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/alerts.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/anomaly.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/catalog.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/collaboration.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/cross_alerts.py
RENAMED
|
File without changes
|
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/drift.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/drift_monitor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/glossary.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/health.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/history.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/lineage.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/maintenance.py
RENAMED
|
File without changes
|
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/middleware.py
RENAMED
|
File without changes
|
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/notifications.py
RENAMED
|
File without changes
|
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/observability.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/plugins.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/profile.py
RENAMED
|
File without changes
|
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/reports.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/router.py
RENAMED
|
File without changes
|
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/rules.py
RENAMED
|
File without changes
|
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/schedules.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/schemas.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/sources.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/tiering.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/triggers.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/validations.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/validators.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/versioning.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/api/websocket.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/anomaly.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/base.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/cache.py
RENAMED
|
File without changes
|
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/charts.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/cross_alerts.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/encryption.py
RENAMED
|
File without changes
|
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/exceptions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/lineage.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/logging.py
RENAMED
|
File without changes
|
{truthound_dashboard-1.5.0 → truthound_dashboard-1.5.1}/src/truthound_dashboard/core/maintenance.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|