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:
@@ -12,7 +12,7 @@ bookings AS (
|
|||||||
),
|
),
|
||||||
|
|
||||||
transactions AS (
|
transactions AS (
|
||||||
SELECT * FROM {{ ref('fct_exchange__daily_orders') }}
|
SELECT * FROM {{ ref('fct_exchange__transaction_orders') }}
|
||||||
),
|
),
|
||||||
|
|
||||||
-- LOGIC
|
-- LOGIC
|
||||||
|
|||||||
Reference in New Issue
Block a user