Verified queries aren’t imported
Verified queries defined on a semantic view don’t import. The generated topic has nosample_queries.
Relationships always import as many_to_one
Snowflake doesn’t expose the cardinality of a relationship, so every relationship imports with relationship_type: many_to_one from the foreign-key table to the referenced table.
ASOF and RANGE relationships aren’t imported
ASOF and RANGE relationships aren’t imported. The topic imports without those joins. A view left with no relationship to the rest of the topic gets a validation warning.
Topics don’t follow dbt virtual schemas
Semantic view topics query the tables named in the semantic view’s definition, so switching your dbt environment doesn’t change what they read. Useincluded_schemas to import from your production schema only. Topics can’t follow dbt virtual schemas.

