Spaces:
Running
Running
A newer version of the Gradio SDK is available: 6.26.0
ThoughtSpot Quality Reporting Source
The DemoPrep quality reporting liveboard is:
- URL:
https://se-thoughtspot-cloud.thoughtspot.cloud/#/pinboard/85ccf9c9-2487-40b6-9f97-f9cf5207436b - Liveboard name:
demoprep testing - ThoughtSpot model:
demoprep_test_data - Model GUID:
db310fd7-b382-49d2-8398-b2f378d179f6 - Physical table: Postgres
public.ts_quality_results - ThoughtSpot table GUID:
c12ee8a3-2b5d-4597-a873-eddb9ffaddc5
Important: this reporting liveboard does not read from session_logs.
session_logs is useful for pipeline-stage diagnostics and run lineage, but deleting
bad rows from session_logs will not remove them from the quality reporting charts.
The liveboard's score charts use ts_quality_results, including:
Weekly Average Score Trend:average [Total Score] [Run Timestamp].weeklyWeekly Average Data Score Trend:average [Data Score] [Run Timestamp].weeklyDaily Data Score Trend:average [Data Score] [Run Timestamp].daily [Run Timestamp] = 'last 3 weeks'
Cleanup workflow:
- Inspect the liveboard TML if the source is uncertain.
- Query
ts_quality_resultsfor the affected date window. - Delete or filter rows in
ts_quality_results, not onlysession_logs, when the reporting liveboard needs to change. - Use
session_logsonly to validate run provenance, user, stage completion, and failure causes.