Skip to content

Cube Diagnosis

Márcio Porto edited this page Feb 27, 2020 · 1 revision

Tesseract's /diagnosis endpoint is a convenient way to validate the quality of the data for a cube. This endpoint runs a series of queries to make sure that the data has been ingested properly and returns a "report" back as a response in case it finds any issues.

Example usage:

Assuming there exists a cube called test_cube:

<TESSERACT_BASE_URL>/diagnosis/cube=test_cube
Clone this wiki locally