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