mirror of
https://gitlab.com/cief-data/dbt_cloud.git
synced 2026-08-19 04:14:00 +00:00
changed name to fct_transaction_orders
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user