truthound-dashboard 1.5.0__tar.gz → 1.5.2__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.
Files changed (287) hide show
  1. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/PKG-INFO +6 -3
  2. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/README.md +5 -2
  3. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/pyproject.toml +1 -1
  4. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/connections.py +213 -18
  5. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/main.py +4 -0
  6. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validation.py +3 -3
  7. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/static/index.html +1 -1
  8. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/.gitignore +0 -0
  9. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/LICENSE +0 -0
  10. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/__init__.py +0 -0
  11. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/__main__.py +0 -0
  12. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/__init__.py +0 -0
  13. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/alerts.py +0 -0
  14. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/anomaly.py +0 -0
  15. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/catalog.py +0 -0
  16. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/collaboration.py +0 -0
  17. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/cross_alerts.py +0 -0
  18. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/deps.py +0 -0
  19. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/drift.py +0 -0
  20. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/drift_monitor.py +0 -0
  21. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/enterprise_sampling.py +0 -0
  22. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/error_handlers.py +0 -0
  23. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/glossary.py +0 -0
  24. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/health.py +0 -0
  25. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/history.py +0 -0
  26. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/lineage.py +0 -0
  27. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/maintenance.py +0 -0
  28. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/mask.py +0 -0
  29. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/middleware.py +0 -0
  30. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/model_monitoring.py +0 -0
  31. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/notifications.py +0 -0
  32. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/notifications_advanced.py +0 -0
  33. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/observability.py +0 -0
  34. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/plugins.py +0 -0
  35. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/profile.py +0 -0
  36. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/quality_reporter.py +0 -0
  37. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/reports.py +0 -0
  38. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/router.py +0 -0
  39. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/rule_suggestions.py +0 -0
  40. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/rules.py +0 -0
  41. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/scan.py +0 -0
  42. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/schedules.py +0 -0
  43. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/schema_evolution.py +0 -0
  44. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/schema_watcher.py +0 -0
  45. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/schemas.py +0 -0
  46. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/sources.py +0 -0
  47. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/tiering.py +0 -0
  48. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/triggers.py +0 -0
  49. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/validations.py +0 -0
  50. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/validators.py +0 -0
  51. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/versioning.py +0 -0
  52. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/api/websocket.py +0 -0
  53. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/cli.py +0 -0
  54. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/config.py +0 -0
  55. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/__init__.py +0 -0
  56. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/actions/__init__.py +0 -0
  57. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/actions/custom.py +0 -0
  58. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/actions/notifications.py +0 -0
  59. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/actions/storage.py +0 -0
  60. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/actions/webhook.py +0 -0
  61. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/anomaly.py +0 -0
  62. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/anomaly_explainer.py +0 -0
  63. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/backends/__init__.py +0 -0
  64. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/backends/base.py +0 -0
  65. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/backends/errors.py +0 -0
  66. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/backends/factory.py +0 -0
  67. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/backends/mock_backend.py +0 -0
  68. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/backends/truthound_backend.py +0 -0
  69. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/base.py +0 -0
  70. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/cache.py +0 -0
  71. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/cached_services.py +0 -0
  72. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/charts.py +0 -0
  73. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/checkpoint/__init__.py +0 -0
  74. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/checkpoint/adapters.py +0 -0
  75. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/checkpoint/checkpoint.py +0 -0
  76. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/checkpoint/runner.py +0 -0
  77. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/converters/__init__.py +0 -0
  78. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/converters/truthound.py +0 -0
  79. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/cross_alerts.py +0 -0
  80. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/datasource_factory.py +0 -0
  81. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/drift_monitor.py +0 -0
  82. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/drift_sampling.py +0 -0
  83. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/encryption.py +0 -0
  84. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/enterprise_sampling.py +0 -0
  85. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/exceptions.py +0 -0
  86. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/i18n/__init__.py +0 -0
  87. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/i18n/detector.py +0 -0
  88. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/i18n/messages.py +0 -0
  89. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/interfaces/__init__.py +0 -0
  90. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/interfaces/actions.py +0 -0
  91. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/interfaces/base.py +0 -0
  92. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/interfaces/checkpoint.py +0 -0
  93. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/interfaces/protocols.py +0 -0
  94. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/interfaces/reporters.py +0 -0
  95. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/interfaces/routing.py +0 -0
  96. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/interfaces/triggers.py +0 -0
  97. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/lineage.py +0 -0
  98. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/logging.py +0 -0
  99. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/maintenance.py +0 -0
  100. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/model_monitoring.py +0 -0
  101. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/__init__.py +0 -0
  102. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/base.py +0 -0
  103. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/channels.py +0 -0
  104. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/deduplication/__init__.py +0 -0
  105. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/deduplication/policies.py +0 -0
  106. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/deduplication/service.py +0 -0
  107. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/deduplication/stores.py +0 -0
  108. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/deduplication/strategies.py +0 -0
  109. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/dispatcher.py +0 -0
  110. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/escalation/__init__.py +0 -0
  111. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/escalation/backends.py +0 -0
  112. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/escalation/engine.py +0 -0
  113. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/escalation/models.py +0 -0
  114. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/escalation/scheduler.py +0 -0
  115. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/escalation/state_machine.py +0 -0
  116. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/escalation/stores.py +0 -0
  117. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/events.py +0 -0
  118. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/metrics/__init__.py +0 -0
  119. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/metrics/base.py +0 -0
  120. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/metrics/collectors.py +0 -0
  121. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/routing/__init__.py +0 -0
  122. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/routing/combinators.py +0 -0
  123. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/routing/config.py +0 -0
  124. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/routing/config_parser.py +0 -0
  125. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/routing/engine.py +0 -0
  126. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/routing/expression_engine.py +0 -0
  127. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/routing/jinja2_engine.py +0 -0
  128. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/routing/rules.py +0 -0
  129. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/routing/validator.py +0 -0
  130. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/service.py +0 -0
  131. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/stats_aggregator.py +0 -0
  132. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/throttling/__init__.py +0 -0
  133. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/throttling/builder.py +0 -0
  134. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/throttling/stores.py +0 -0
  135. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/throttling/throttlers.py +0 -0
  136. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/notifications/truthound_adapter.py +0 -0
  137. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/openlineage.py +0 -0
  138. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/phase5/__init__.py +0 -0
  139. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/phase5/activity.py +0 -0
  140. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/phase5/catalog.py +0 -0
  141. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/phase5/collaboration.py +0 -0
  142. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/phase5/glossary.py +0 -0
  143. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/__init__.py +0 -0
  144. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/docs/__init__.py +0 -0
  145. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/docs/extractor.py +0 -0
  146. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/docs/renderers.py +0 -0
  147. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/lifecycle/__init__.py +0 -0
  148. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/lifecycle/machine.py +0 -0
  149. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/lifecycle/states.py +0 -0
  150. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/loader.py +0 -0
  151. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/registry.py +0 -0
  152. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/reporter_executor.py +0 -0
  153. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/sandbox/__init__.py +0 -0
  154. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/sandbox/code_validator.py +0 -0
  155. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/sandbox/engines.py +0 -0
  156. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/sandbox/protocols.py +0 -0
  157. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/sandbox.py +0 -0
  158. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/security/__init__.py +0 -0
  159. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/security/analyzer.py +0 -0
  160. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/security/policies.py +0 -0
  161. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/security/protocols.py +0 -0
  162. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/security/signing.py +0 -0
  163. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/security.py +0 -0
  164. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/validator_executor.py +0 -0
  165. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/versioning/__init__.py +0 -0
  166. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/versioning/constraints.py +0 -0
  167. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/versioning/dependencies.py +0 -0
  168. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/plugins/versioning/semver.py +0 -0
  169. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/profile_comparison.py +0 -0
  170. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/quality_reporter.py +0 -0
  171. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/report_history.py +0 -0
  172. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/reporters/__init__.py +0 -0
  173. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/reporters/adapters.py +0 -0
  174. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/reporters/base.py +0 -0
  175. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/reporters/builtin/__init__.py +0 -0
  176. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/reporters/builtin/csv_reporter.py +0 -0
  177. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/reporters/builtin/html_reporter.py +0 -0
  178. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/reporters/builtin/json_reporter.py +0 -0
  179. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/reporters/compat.py +0 -0
  180. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/reporters/csv_reporter.py +0 -0
  181. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/reporters/factory.py +0 -0
  182. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/reporters/html_reporter.py +0 -0
  183. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/reporters/i18n/__init__.py +0 -0
  184. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/reporters/i18n/base.py +0 -0
  185. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/reporters/i18n/catalogs.py +0 -0
  186. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/reporters/interfaces.py +0 -0
  187. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/reporters/json_reporter.py +0 -0
  188. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/reporters/registry.py +0 -0
  189. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/rule_generator.py +0 -0
  190. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/sampling.py +0 -0
  191. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/scheduler.py +0 -0
  192. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/schema_evolution.py +0 -0
  193. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/schema_watcher.py +0 -0
  194. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/services.py +0 -0
  195. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/statistics.py +0 -0
  196. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/store_manager.py +0 -0
  197. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/streaming_anomaly.py +0 -0
  198. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/tiering.py +0 -0
  199. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/triggers/__init__.py +0 -0
  200. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/triggers/base.py +0 -0
  201. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/triggers/evaluators.py +0 -0
  202. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/triggers/factory.py +0 -0
  203. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/truthound_adapter.py +0 -0
  204. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/unified_alerts.py +0 -0
  205. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/validation_limits.py +0 -0
  206. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/versioning.py +0 -0
  207. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/websocket/__init__.py +0 -0
  208. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/websocket/manager.py +0 -0
  209. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/core/websocket/messages.py +0 -0
  210. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/db/__init__.py +0 -0
  211. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/db/base.py +0 -0
  212. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/db/database.py +0 -0
  213. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/db/models.py +0 -0
  214. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/db/repository.py +0 -0
  215. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/__init__.py +0 -0
  216. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/anomaly.py +0 -0
  217. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/base.py +0 -0
  218. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/catalog.py +0 -0
  219. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/collaboration.py +0 -0
  220. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/cross_alerts.py +0 -0
  221. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/drift.py +0 -0
  222. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/drift_monitor.py +0 -0
  223. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/enterprise_sampling.py +0 -0
  224. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/glossary.py +0 -0
  225. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/history.py +0 -0
  226. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/lineage.py +0 -0
  227. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/maintenance.py +0 -0
  228. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/mask.py +0 -0
  229. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/model_monitoring.py +0 -0
  230. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/notifications_advanced.py +0 -0
  231. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/observability.py +0 -0
  232. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/openlineage.py +0 -0
  233. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/plugins.py +0 -0
  234. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/profile.py +0 -0
  235. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/profile_comparison.py +0 -0
  236. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/quality_reporter.py +0 -0
  237. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/reports.py +0 -0
  238. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/rule.py +0 -0
  239. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/rule_suggestion.py +0 -0
  240. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/scan.py +0 -0
  241. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/schedule.py +0 -0
  242. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/schema.py +0 -0
  243. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/schema_evolution.py +0 -0
  244. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/schema_watcher.py +0 -0
  245. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/source.py +0 -0
  246. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/tiering.py +0 -0
  247. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/triggers.py +0 -0
  248. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/unified_alerts.py +0 -0
  249. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/__init__.py +0 -0
  250. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/aggregate_validators.py +0 -0
  251. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/anomaly_validators.py +0 -0
  252. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/base.py +0 -0
  253. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/business_rule_validators.py +0 -0
  254. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/completeness_validators.py +0 -0
  255. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/cross_table_validators.py +0 -0
  256. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/datetime_validators.py +0 -0
  257. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/distribution_validators.py +0 -0
  258. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/drift_validators.py +0 -0
  259. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/geospatial_validators.py +0 -0
  260. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/localization_validators.py +0 -0
  261. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/ml_feature_validators.py +0 -0
  262. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/multi_column_validators.py +0 -0
  263. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/privacy_validators.py +0 -0
  264. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/profiling_validators.py +0 -0
  265. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/query_validators.py +0 -0
  266. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/referential_validators.py +0 -0
  267. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/registry.py +0 -0
  268. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/schema_validators.py +0 -0
  269. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/string_validators.py +0 -0
  270. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/table_validators.py +0 -0
  271. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/timeseries_validators.py +0 -0
  272. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators/uniqueness_validators.py +0 -0
  273. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/validators.py +0 -0
  274. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/schemas/versioning.py +0 -0
  275. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/static/assets/logo--IpBiMPK.png +0 -0
  276. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/static/favicon.ico +0 -0
  277. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/translate/__init__.py +0 -0
  278. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/translate/config_updater.py +0 -0
  279. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/translate/exceptions.py +0 -0
  280. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/translate/providers/__init__.py +0 -0
  281. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/translate/providers/anthropic.py +0 -0
  282. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/translate/providers/base.py +0 -0
  283. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/translate/providers/mistral.py +0 -0
  284. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/translate/providers/ollama.py +0 -0
  285. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/translate/providers/openai.py +0 -0
  286. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/src/truthound_dashboard/translate/providers/registry.py +0 -0
  287. {truthound_dashboard-1.5.0 → truthound_dashboard-1.5.2}/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.0
3
+ Version: 1.5.2
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
- > **UNDER ACTIVE DEVELOPMENT**: This project is currently in active development. APIs and features may change without notice. Not recommended for production use yet.
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
- > **UNDER ACTIVE DEVELOPMENT**: This project is currently in active development. APIs and features may change without notice. Not recommended for production use yet.
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
 
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "truthound-dashboard"
7
- version = "1.5.0"
7
+ version = "1.5.2"
8
8
  description = "Open-source data quality dashboard - GX Cloud alternative"
9
9
  readme = "README.md"
10
10
  license = "Apache-2.0"
@@ -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", ".xlsx", ".xls"}
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, Excel)",
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": "excel", "label": "Excel"},
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="sheet",
276
- label="Sheet Name",
277
- placeholder="Sheet1",
278
- description="Excel sheet name (for Excel files)",
279
- depends_on="format",
280
- depends_value="excel",
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: FileConnectionBuilder,
1585
- SourceType.PARQUET.value: FileConnectionBuilder,
1586
- SourceType.JSON.value: FileConnectionBuilder,
1587
- SourceType.NDJSON.value: FileConnectionBuilder,
1588
- SourceType.JSONL.value: FileConnectionBuilder,
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
- result.append(definition.to_dict())
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
- category = definition.category
1782
- if category in categories:
1783
- categories[category].append(definition.to_dict())
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,
@@ -130,7 +130,7 @@ class ValidationRunRequest(BaseSchema):
130
130
  class ValidationSummary(BaseSchema):
131
131
  """Summary statistics for a validation run."""
132
132
 
133
- passed: bool = Field(..., description="Whether validation passed")
133
+ passed: bool | None = Field(default=None, description="Whether validation passed (null when status is error)")
134
134
  has_critical: bool = Field(default=False, description="Has critical issues")
135
135
  has_high: bool = Field(default=False, description="Has high severity issues")
136
136
  total_issues: int = Field(default=0, ge=0, description="Total issue count")
@@ -196,7 +196,7 @@ class ValidationResponse(IDMixin, ValidationSummary):
196
196
  id=validation.id,
197
197
  source_id=validation.source_id,
198
198
  status=validation.status,
199
- passed=validation.passed or False,
199
+ passed=None if validation.status == "error" else (validation.passed or False),
200
200
  has_critical=validation.has_critical or False,
201
201
  has_high=validation.has_high or False,
202
202
  total_issues=validation.total_issues or 0,
@@ -239,7 +239,7 @@ class ValidationListItem(IDMixin, ValidationSummary):
239
239
  id=validation.id,
240
240
  source_id=validation.source_id,
241
241
  status=validation.status,
242
- passed=validation.passed or False,
242
+ passed=None if validation.status == "error" else (validation.passed or False),
243
243
  has_critical=validation.has_critical or False,
244
244
  has_high=validation.has_high or False,
245
245
  total_issues=validation.total_issues or 0,
@@ -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-BnWMZ9K7.js"></script>
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>