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