WIP (2026Q2)
This is a new repository built around a first-class observability initiative for Materialize.
As of Materialize 27.0 (2026Q2), this repository is still under active development and not supported.

Testing#

Dashboard code is tested with pytest. Unit tests are recommended to be placed next to their code with the _test.py suffix.

For broader code-quality tooling (ruff, pyright, configured linter rules), see Generating and Pushing Dashboards > Code quality.

TODO: This page is a stub. Expand with conventions for snapshot testing of dashboard JSON, fixture patterns, and integration testing against a live Grafana when those land.