diff --git a/models/marts/reporting/rep_exchange__company_lists.sql b/models/marts/reporting/rep_exchange__company_lists.sql index 48ee800..f6cd067 100644 --- a/models/marts/reporting/rep_exchange__company_lists.sql +++ b/models/marts/reporting/rep_exchange__company_lists.sql @@ -8,7 +8,7 @@ WITH companies AS ( ), transaction_orders AS ( - SELECT * FROM {{ ref('fct_exchange__daily_orders') }} + SELECT * FROM {{ ref('fct_exchange__transaction_orders') }} ), -- LOGIC