You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This came up because a user was wanting to fetch a months worth of hourly data and interlace / pull out the 8am values for the report. (They don't have a daily timeseries) and it is faster to pull one large call for hourly than make 31 8am calls.
In that spirit, should we try to handle this somehow and/or tell the user via WARN message that they hit the limit?
I believe an older version of CDA ( RADAR ? ) used
camelCase
instead ofkebab-case
for the URI parameters.repgen5/repgen/data/value.py
Line 448 in ecc9f90
New Version
This came up because a user was wanting to fetch a months worth of hourly data and interlace / pull out the 8am values for the report. (They don't have a daily timeseries) and it is faster to pull one large call for hourly than make 31 8am calls.
In that spirit, should we try to handle this somehow and/or tell the user via WARN message that they hit the limit?
Related to
The text was updated successfully, but these errors were encountered: