mirror of
https://gitlab.com/cief-data/dbt_cloud.git
synced 2026-08-19 04:14:00 +00:00
change join reference
This commit is contained in:
@@ -34,9 +34,7 @@ rename_and_casting AS (
|
|||||||
FROM sd_exchange_rate_log
|
FROM sd_exchange_rate_log
|
||||||
|
|
||||||
LEFT JOIN seed_metadata
|
LEFT JOIN seed_metadata
|
||||||
ON (seed_metadata.id = 1)
|
ON (seed_metadata.table_name = 'stg_exchange__sd_currency_rate_logs')
|
||||||
-- refer to model name when referencing from seed
|
|
||||||
-- But {{this.name}} returning 'inline_query'
|
|
||||||
|
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user