From eee76d9a82476624d14c26c0589dd858b31f4f35 Mon Sep 17 00:00:00 2001 From: CIEF ACC1 Date: Wed, 23 Aug 2023 09:01:43 +0000 Subject: [PATCH] changed name to fct_transaction_orders --- models/marts/reporting/rep_exchange__rfm.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/marts/reporting/rep_exchange__rfm.sql b/models/marts/reporting/rep_exchange__rfm.sql index e030e4d..893099d 100644 --- a/models/marts/reporting/rep_exchange__rfm.sql +++ b/models/marts/reporting/rep_exchange__rfm.sql @@ -12,7 +12,7 @@ -- IMPORT WITH transaction_orders AS ( - SELECT * FROM {{ ref('fct_exchange__daily_orders') }} + SELECT * FROM {{ ref('fct_exchange__transaction_orders') }} ), companies AS (