mirror of
https://github.com/FlipsideCrypto/aptos-models.git
synced 2026-02-06 11:06:43 +00:00
removed comment to add native
This commit is contained in:
parent
e4e0050f2f
commit
4eb54a4f56
@ -21,7 +21,7 @@ SELECT
|
||||
hourly_prices_priority_id AS ez_prices_hourly_id
|
||||
FROM
|
||||
{{ ref('silver__hourly_prices_priority') }}
|
||||
{# UNION ALL
|
||||
UNION ALL
|
||||
SELECT
|
||||
HOUR,
|
||||
token_address,
|
||||
@ -32,9 +32,10 @@ SELECT
|
||||
TRUE AS is_native,
|
||||
is_deprecated,
|
||||
is_imputed,
|
||||
TRUE AS is_verified,
|
||||
inserted_timestamp,
|
||||
modified_timestamp,
|
||||
complete_native_prices_id AS ez_prices_hourly_id
|
||||
FROM
|
||||
{{ ref('silver__complete_native_prices') }}
|
||||
#}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user