changed name to fct_transaction_orders

This commit is contained in:
CIEF ACC1
2023-08-23 09:01:52 +00:00
parent eee76d9a82
commit c5aff88531
@@ -12,7 +12,7 @@ bookings AS (
),
transactions AS (
SELECT * FROM {{ ref('fct_exchange__daily_orders') }}
SELECT * FROM {{ ref('fct_exchange__transaction_orders') }}
),
-- LOGIC