Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cubed3-docs-cub-2416-update-semantic-snowflake-semantic-vie.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Cube supports authoring data models dynamically β€” useful for de-duplicating common patterns across cubes, generating models from a remote source, or adapting the schema per tenant at runtime. Pick the approach that matches the language your data models are written in:

Jinja & Python

Template YAML data models with Jinja, and use Python for loops, includes, and runtime generation.

JavaScript

Generate cubes and views on-the-fly from JavaScript data models using asyncModule().

How it fits together

The diagrams below show how YAML and JavaScript data models are parsed and compiled before they’re served by Cube.