Skip to content

Commit

Permalink
feat: add product_expires to events_status
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Feb 27, 2024
1 parent eb65384 commit 53bf59c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/iemws/services/vtec/events_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53bf59c

Please sign in to comment.