truthound-dashboard 1.5.1__py3-none-any.whl → 1.5.3__py3-none-any.whl

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.
@@ -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-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>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: truthound-dashboard
3
- Version: 1.5.1
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
@@ -239,7 +239,7 @@ truthound_dashboard/schemas/source.py,sha256=XainGLty95AKKmVg3N5SfzcNhjk3wBs4Gqd
239
239
  truthound_dashboard/schemas/tiering.py,sha256=l4neAtX1uqfdWworqtoikRyJoYqgMY_6WrS_i1LLB5Q,22333
240
240
  truthound_dashboard/schemas/triggers.py,sha256=5iApJ4MEEgD06mj3DnUTkqTEMmPIFIJ6N4RjGtal138,16527
241
241
  truthound_dashboard/schemas/unified_alerts.py,sha256=2K5Pg2nYpTZ5vyy8Y8NGzrgdVnESPHI2UOdgRO4c7ts,7800
242
- truthound_dashboard/schemas/validation.py,sha256=xJbU-KTWIinBlQW697vUv7xB48Haklkagxo2K0LhStI,9217
242
+ truthound_dashboard/schemas/validation.py,sha256=-SM0MLdyxpbz3Jr4ydaEKnQsuh0mP7CPdpCzu70QgO4,9349
243
243
  truthound_dashboard/schemas/validators.py,sha256=viqMl-6f8Bnp1488__PHeQUrK5yEFwUO6Z1EXtMoJ1k,1502
244
244
  truthound_dashboard/schemas/versioning.py,sha256=d3aI2BnsUHsjc26AlfrqBgsFM9SJrlys3LUNXQyLM0k,5420
245
245
  truthound_dashboard/schemas/validators/__init__.py,sha256=rHePThM54k9t-y8lA5zp-2W1TWGNwhoZjdSITjnbFAE,1762
@@ -267,7 +267,7 @@ truthound_dashboard/schemas/validators/table_validators.py,sha256=hIt5LcGZ05QZMK
267
267
  truthound_dashboard/schemas/validators/timeseries_validators.py,sha256=xgtC4NyVqq6Sa1hA5QWrohTkAtD0koZmLrxNyON2Cag,14629
268
268
  truthound_dashboard/schemas/validators/uniqueness_validators.py,sha256=Y23ts3FAAuhluXqz8bdFW8VMN5HZIOM7Nz9Hub0ehRw,12110
269
269
  truthound_dashboard/static/favicon.ico,sha256=T9BJXnpyq6t6lpFHd6ivEimWF2uGFzwxDeTDyz2UVmQ,15406
270
- truthound_dashboard/static/index.html,sha256=YrxFUXjSiuXmSC3gr324ZNQlopJOp7PMzPkLRxBM05Y,568
270
+ truthound_dashboard/static/index.html,sha256=L9B7wtX6bBQCK8SaE5u4epEzhg10dTE6u2RengqmU3M,568
271
271
  truthound_dashboard/static/assets/logo--IpBiMPK.png,sha256=c7ne4oaZ1BpQR5yP2TVYoAE1s1vS7lRPxgWP1pzUMYE,213715
272
272
  truthound_dashboard/translate/__init__.py,sha256=Mv_xtMk4SaBGUsMgJqhwARnkJkZdq4OhJi5HdpdsBnw,1458
273
273
  truthound_dashboard/translate/config_updater.py,sha256=AtJ7ero4cHKwUYQRDbGaPAlLmcyBv0IeBewdiTo0X8c,12038
@@ -280,8 +280,8 @@ truthound_dashboard/translate/providers/mistral.py,sha256=j0oh_mGksdMuIfbuZKq0yo
280
280
  truthound_dashboard/translate/providers/ollama.py,sha256=XlAHE14VvdSPKFbrJIbB3KUHzrgQm0Zj08snL71otUQ,7286
281
281
  truthound_dashboard/translate/providers/openai.py,sha256=AeaOfRjNgCIgBdcX1gcYqqf41fXeEIyN3AiLAOy3SZc,6760
282
282
  truthound_dashboard/translate/providers/registry.py,sha256=iwfcWYJ2uKfwWjsalhV4jSoyZC7bSeujK6sTMuylMMY,6474
283
- truthound_dashboard-1.5.1.dist-info/METADATA,sha256=A5eqsf7SDfG7ducOAh-pUypggUH5hL1UqBHBRJLgL1k,15092
284
- truthound_dashboard-1.5.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
285
- truthound_dashboard-1.5.1.dist-info/entry_points.txt,sha256=Xq8qadJ-Sqk4_0Ss_rhCqCv7uxPZZdwO3WUnbK0r6Hw,135
286
- truthound_dashboard-1.5.1.dist-info/licenses/LICENSE,sha256=qrBWTDMS8ZvwVJl3Yo2n8_AxOos3s8S9pcOzLW5Nivg,10763
287
- truthound_dashboard-1.5.1.dist-info/RECORD,,
283
+ truthound_dashboard-1.5.3.dist-info/METADATA,sha256=Wtb_upHBSJuyOjWsRx4P0a7bJiQqo9uw3Z1aDFQ51OM,15092
284
+ truthound_dashboard-1.5.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
285
+ truthound_dashboard-1.5.3.dist-info/entry_points.txt,sha256=Xq8qadJ-Sqk4_0Ss_rhCqCv7uxPZZdwO3WUnbK0r6Hw,135
286
+ truthound_dashboard-1.5.3.dist-info/licenses/LICENSE,sha256=qrBWTDMS8ZvwVJl3Yo2n8_AxOos3s8S9pcOzLW5Nivg,10763
287
+ truthound_dashboard-1.5.3.dist-info/RECORD,,