Dataset properties
note
Metriql will ignore the dbt resources that doesn't have meta.metriql property.
models/schema.yml
models: # can be seeds, sources, and metrics as well.- name: customersdescription: List of customersmeta:metriql:total_rows:// filtered measurefull_location:type: stringuser_id: idevent_timestamp: occurred_atevents:to: ref('user_id')total_customers:measures: ['total_rows']dimensions: ['full_location']- {dimension: 'is_active', value: true}columns:country:description: The country the user signed up frommeta:metriql.dimension:created_at:meta:metriql.dimension:type: timestamptotal_sales:meta:metriql.measure:
label:#
The value will be shown in the user interface. If the label is not set, the default label is the name of the model.
label: Facebook Ads
hidden:#
If the value is true, the model will not show up in the user interface.
hidden: false