changed name to fct_transaction_orders

This commit is contained in:
CIEF ACC1
2023-08-23 09:01:43 +00:00
parent d99072a27c
commit eee76d9a82
+1 -1
View File
@@ -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 (