removed comment to add native

This commit is contained in:
tarikceric 2025-10-19 13:01:21 -05:00
parent e4e0050f2f
commit 4eb54a4f56

View File

@ -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') }}
#}