From 4eb54a4f563d81a1894207b25f9f20f6cd4ff346 Mon Sep 17 00:00:00 2001 From: tarikceric Date: Sun, 19 Oct 2025 13:01:21 -0500 Subject: [PATCH] removed comment to add native --- models/gold/price/price__ez_prices_hourly.sql | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/models/gold/price/price__ez_prices_hourly.sql b/models/gold/price/price__ez_prices_hourly.sql index aca5e4e..0b20cc6 100644 --- a/models/gold/price/price__ez_prices_hourly.sql +++ b/models/gold/price/price__ez_prices_hourly.sql @@ -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') }} - #} +