{% extends "base.html" %} {% block title %}TapDB Runtime Information{% endblock %} {% block content %}

Sanitized Runtime Information

This is the same payload exposed by the CLI and authenticated API.

{% for section in ["package", "python", "meridian", "git", "config", "database", "scope", "storage", "ui", "dag"] %}

{{ section }}

{{ runtime_info[section] | tojson(indent=2) }}
{% endfor %} {% endblock %}