Skip to main content
Alternatively, think of the base view as the view that all subsequent views will join to when building a query.

Syntax

query:
  base_view: <view_name>

Properties

query
object[]
An object containing the individual parameters that make up a query view’s query definition.

Examples

Query with a users base_view
query:
  fields:
    users.age: age
    users.created_at[year]: created_at_year
    calc_1: calc_1
  base_view: users