Benefits
Consistency
Metric logic lives in Snowflake and doesn’t need to be replicated in Omni. Changes to semantic views in Snowflake automatically reflect in Omni after a schema refresh.
Simplified governance
Access control is managed through Snowflake grants, maintaining a single source of truth for business metrics and dimensions.
How it works
When the semantic view integration is enabled, Omni:- Imports each Snowflake semantic view as a single folder in the Omni model, with a view file for each underlying table
- Preserves all fields defined in the semantic view, including dimensions and measures
Requirements
To follow the steps in this guide, you’ll need:- Semantic views created in your Snowflake account
- Organization Admin or Connection Admin permissions on the Snowflake connection in Omni. This is required to modify the connection’s settings.
- An existing Snowflake connection in Omni
Setup
Grant database permissions
Grant the Omni database user read access to your semantic views. Semantic views use the same grant structure as regular views:If you’ve already granted access to all views in the schema as part of your Snowflake connection setup, no additional grants are needed.
Snowflake semantic view user grants
Include the schema in your connection
In your Omni connection settings, make sure the schema containing your semantic views is included:
- Navigate to Settings > Connections and click your Snowflake connection.
- Verify that the schema is listed in the Include Other Databases or default database configuration.
If this is the first time the schema is being used, you need to explicitly activate it during initial setup. Include it in your connection’s schema configuration to trigger first-time generation.
Enable the semantic view settings
In your Omni connection settings, scroll to the bottom of the page and enable the Enable DW Semantic View Integration setting. This will make semantic views available in workbooks and the model IDE. Without this setting, semantic views won’t be visible.
Update and refresh the connection
- Click Update and Test Connection to save your connection settings and verify the connection.
- Trigger a Schema Refresh to update the model associated with this connection.
Working with semantic views
Once imported, your semantic views will appear in the Omni model, with a folder for each semantic view. Each folder will contain a view file for each underlying table. From here, you can:- Build workbooks directly from semantic view fields
- Combine dimensions and measures in analyses
- Create joins to other tables and views
- Create measures and transformations on top of semantic views within Omni
- Use Omni’s visualization features with your semantic layer data
Best practices
Manage relationships in Snowflake
Define all joins and relationships within your Snowflake semantic view definitions. Update them in Snowflake rather than creating relationships in Omni.
Keep metric logic centralized
When you need new metrics, add them to the semantic view in Snowflake rather than duplicating logic in Omni. This maintains a single source of truth.
Limitations
There are a few known edge cases that are currently being investigated:- Handling semantic views with multiple fact tables
- Custom SQL generation patterns for semantic view queries
Troubleshooting
Semantic view not appearing after sync
Semantic view not appearing after sync
- Verify the schema containing the semantic view is included in your connection’s schema configuration.
- Confirm that the Omni database user has the correct grants on the semantic view.
- Check that Enable DW Semantic View Integration is turned on in the connection settings.
Query errors with measures
Query errors with measures
- Make sure you’re using the
AGG()syntax for metrics defined in your Snowflake semantic view. - Verify the measure exists in the Snowflake semantic view definition.
- Some query patterns may have compatibility issues — check for non-unique field names across dimensions and measures.
Unable to create expected analysis
Unable to create expected analysis
- Check whether you’re trying to join a semantic view to other tables, which is not currently supported.
- Review your semantic view definition in Snowflake for missing relationships or fields.
Next steps
- Schema restriction — Control which schemas are included in your model
- Topics overview — Learn about topics and how they organize data for exploration