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
for r in query.get_hazard_rlz_curves(m.haz_sol_id):
print("rlz", r.loc, r.rlz, r.values[0] )
break
pynamodb.exceptions.QueryError: Failed to query items: An error occurred (ValidationException) on request (H9SDI9LD273B7NT2V9H216QJ7NVV4KQNSO5AEMVJF66Q9ASUAAJG) on table (ToshiOpenquakeHazardCurveRlzs-TEST) when calling the Query operation: One or more parameter values are not valid. The AttributeValue for a key attribute cannot contain an empty string value. Key: imt_loc_rlz_rk
The text was updated successfully, but these errors were encountered:
Description
query with just toshi_id fails..
What I Did
from CDC
The text was updated successfully, but these errors were encountered: