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
I set the regionColumn to "regionId" instead of "region_id" and got the error:
useDataForRegionsAndMetrics(regions=Alabama (regionId=01),Alaska (regionId=02),Arizona (regionId=04),Arkansas (regionId=05),Californi..., metrics=opioid_deaths) failed: Error: INTERNAL ASSERTION FAILED: One or more data rows were missing a region id value in column regionId
It would be nice if:
This wasn't an "INTERNAL ASSERTION"
It specified which provider was misconfigured.
It more specifically said that the regionId column didn't exist at all (instead of that some rows were missing a value).
The text was updated successfully, but these errors were encountered:
I set the
regionColumn
to"regionId"
instead of"region_id"
and got the error:It would be nice if:
The text was updated successfully, but these errors were encountered: