Skip to main content
Required. The two or more existing topics to combine into a composite topic. Each topic is aggregated independently in its own subquery, then aligned on the shared dimensions and views.

Syntax

topics: [<topic_name>, <topic_name>, ...]

Properties

topics
string[]
required
A list of two or more existing topic names in the same model. Each must resolve to a topic the composite can query.

Examples

topics: [orders_topic, marketing_topic]