You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The Snowflake role configured for your Cube data source (via [`CUBEJS_DB_SNOWFLAKE_ROLE`](/reference/configuration/environment-variables#cubejs_db_snowflake_role))
61
71
has privileges to create semantic views in the target database and schema
62
72
(`CREATE SEMANTIC VIEW` on the schema, plus `USAGE` on the parent database and schema).
73
+
If any cube uses a plain SQL string in its `sql` property, the role also needs
74
+
`CREATE VIEW` privileges on the schema where helper views are created (which defaults to `PUBLIC`).
63
75
- The role has `USAGE` on the warehouse specified by [`CUBEJS_DB_SNOWFLAKE_WAREHOUSE`](/reference/configuration/environment-variables#cubejs_db_snowflake_warehouse)
64
76
and `SELECT` on the underlying tables referenced by the view.
0 commit comments