dbt - Advanced Patterns
Consider this metric YAML snippet:
metrics:
- name: avg_price
model: ref('products')
type: average
expression: price
What will be the result type when querying this metric?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions