dlt._workspace.helpers.dashboard.trace_dashboard
Standalone trace viewer - matches dlt_dashboard style, no dlt dependency. Usage: marimo run trace_dashboard.py -- --trace-url <URL>
header
@app.cell(hide_code=True)
def header()
Header with logo.
get_trace_url
@app.cell(hide_code=True)
def get_trace_url()
Get trace URL from CLI args or query params.
load_trace
@app.cell(hide_code=True)
def load_trace(trace_url: str)
Load the trace from URL.
create_steps_table
@app.cell(hide_code=True)
def create_steps_table(dlt_trace: Dict[str, Any])
Create steps table for selection.
section_trace
@app.cell(hide_code=True)
def section_trace(trace_url: str, dlt_trace: Dict[str, Any],
dlt_trace_error: str, dlt_trace_steps_table: mo.ui.table)
Display the trace section.