From 5a29c51dfba2236875dc6535ab7c367008ddd531 Mon Sep 17 00:00:00 2001 From: Austin <93135983+austinFlipside@users.noreply.github.com> Date: Fri, 25 Apr 2025 15:39:20 -0400 Subject: [PATCH] ref (#109) --- models/gold/price/price__ez_prices_hourly.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/gold/price/price__ez_prices_hourly.sql b/models/gold/price/price__ez_prices_hourly.sql index 3e602d1..e12abce 100644 --- a/models/gold/price/price__ez_prices_hourly.sql +++ b/models/gold/price/price__ez_prices_hourly.sql @@ -89,4 +89,4 @@ FROM b ON A.token_address = b.token_address -qualify row_number() over (partition by token_address, hour order by blockchain, modified_timestamp desc) = 1 +qualify row_number() over (partition by a.token_address, a.hour order by a.blockchain, a.modified_timestamp desc) = 1