changed name to fct_transaction_orders

This commit is contained in:
CIEF ACC1
2023-08-23 09:01:03 +00:00
parent 8abc7b4e34
commit 9f0b206350
@@ -7,7 +7,7 @@ WITH companies AS (
),
transaction_orders AS (
SELECT * FROM {{ ref('fct_exchange__daily_orders') }}
SELECT * FROM {{ ref('fct_exchange__transaction_orders') }}
),
company_identity_documents AS (