dbt - Advanced Patterns
Given this metric definition:
metrics:
- name: total_orders
model: ref('orders')
type: count
expression: order_id
What will be the output of querying this metric if the 'orders' model has 150 rows?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions