Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.omni.co/llms.txt

Use this file to discover all available pages before exploring further.

Syntax

schema: <db_schema_name>

Properties

schema
string
The name of the database schema.

Examples

Translates to ecommerce.users.[field]
schema: ecommerce
query:
  fields:
    users.age: age
    users.created_at[year]: created_at_year
  base_view: users