mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:06:45 +00:00
ref (#73)
This commit is contained in:
parent
81f6b817fd
commit
e70d5e8fd0
@ -121,7 +121,7 @@ trade_data AS (
|
||||
_inserted_timestamp
|
||||
FROM
|
||||
swaps_single_trade sst
|
||||
LEFT JOIN flow_dev.core.dim_contract_labels l USING (event_contract)
|
||||
LEFT JOIN {{ ref('silver__contract_labels') }} l USING (event_contract)
|
||||
WHERE
|
||||
event_type = 'Trade'
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user