Where the topics appear
Imported topics carry a Snowflake mark in the topic picker, field browser, and model IDE; hover it to see the fully qualified semantic view name. In the IDE file browser they sit in a Snowflake Semantic Views folder. Set agroup_label to move one into a group of your own.
Querying a semantic view topic
In a workbook, pick the topic and select fields as in any other topic. Filtered measures, level-of-detail calculations, dynamic top N, column totals, period-over-period comparisons, pivots, and composite topics all work. Metrics use symmetric aggregates keyed on thePRIMARY KEY of the logical table the metric reads from, so a metric queried across a one-to-many join counts each row once.
Troubleshooting
Query messages on a semantic view topic
Query messages on a semantic view topic
A metric is too high when combined with fields from another table
A metric is too high when combined with fields from another table
Symmetric aggregates key on the logical table’s
PRIMARY KEY. Check that the logical table in the semantic view declares one, then run a schema refresh.
