From 53bf59c962ec7388bdbe9734a4a7d911844aaff2 Mon Sep 17 00:00:00 2001 From: akrherz Date: Mon, 26 Feb 2024 22:26:48 -0600 Subject: [PATCH] feat: add product_expires to events_status refs akrherz/pyIEM#616 --- src/iemws/services/vtec/events_status.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/iemws/services/vtec/events_status.py b/src/iemws/services/vtec/events_status.py index f6651f3..7faf769 100644 --- a/src/iemws/services/vtec/events_status.py +++ b/src/iemws/services/vtec/events_status.py @@ -33,6 +33,7 @@ def handler(valid, wfo): min(issue at time zone 'UTC') as issue, max(expire at time zone 'UTC') as expire, max(hvtec_nwsli) as nwsli, + max(purge_time at time zone 'UTC') as product_expires, max(fcster) as fcster from warnings w JOIN ugcs u on (w.gid = u.gid) where expire >= :valid and