dbt - Advanced Patterns
You have three dbt source models: orders, refunds, and customers. You want to build a fan-in model that reports total net sales per customer. Which approach best applies the multi-source fan-in pattern?
You have three dbt source models: orders, refunds, and customers. You want to build a fan-in model that reports total net sales per customer. Which approach best applies the multi-source fan-in pattern?
order_id to calculate net sales, then join with customers on customer_id to attribute sales.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions