From d99072a27c403ec3c9fc37086a9532ce08935e8f Mon Sep 17 00:00:00 2001 From: CIEF ACC1 Date: Wed, 23 Aug 2023 09:01:33 +0000 Subject: [PATCH] changed name to fct_transaction_orders --- models/marts/reporting/rep_exchange__company_lists.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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