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.
Print bounded help for one registered Marivo target. |
Connect to, inspect, and register data sources. |
|
Declare entities, dimensions, measures, and metrics. |
|
Run metric-centered analysis over the semantic layer. |
|
Author and inspect optional contextual semantic relationships. |