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 @@
|
||||
|
||||
-- IMPORT
|
||||
WITH transaction_orders AS (
|
||||
SELECT * FROM {{ ref('fct_exchange__daily_orders') }}
|
||||
SELECT * FROM {{ ref('fct_exchange__transaction_orders') }}
|
||||
),
|
||||
|
||||
companies AS (
|
||||
|
||||
Reference in New Issue
Block a user