Marivo Python API Reference#

Marivo’s public Python surface has one global help coordinator, three execution modules, and one optional ontology extension. Each module page groups the symbols that module’s __all__ exports into thematic sections, generated from the package’s Google-style docstrings. Every symbol links to its own page.

Global help#

Use python -m marivo help to verify the selected environment, then use marivo.help(...) for bounded global or focused help.

help

Print bounded help for one registered Marivo target.

datasource

Connect to, inspect, and register data sources.

semantic

Declare entities, dimensions, measures, and metrics.

analysis

Run metric-centered analysis over the semantic layer.

ontology

Author and inspect optional contextual semantic relationships.

Indices#