👋 Welcome to the new Omni docs! We're still migrating, but the old docs are available at docs-legacy.omni.co.
Defines a view from a SQL query.
sql: | SELECT <statement>
sql: | SELECT * FROM users LIMIT 10 dimensions: id: sql: id primary_key: true first_name: sql: first_name
Was this page helpful?