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
We encountered an issue while fetching the underlying data of a map vis:
The issue is that the response of the looker api contains invalid JSON objects for the field users.approx_location which fails to be parsed using the typescript sdk.
I tested it on the API Explorer on the looker website and I saw that the data looks like this:
which obviously is not a valid object.
Is this a known issue and does it apply to all map vises or is it just an isolated issue that is related to the sample data for partner instances?
Edit
I tested both GET /queries/49/run/json_bi
and POST /queries/run/json_bi
and both returned the same bad data
We encountered an issue while fetching the underlying data of a map vis:
The issue is that the response of the looker api contains invalid JSON objects for the field
users.approx_location
which fails to be parsed using the typescript sdk.I tested it on the API Explorer on the looker website and I saw that the data looks like this:
which obviously is not a valid object.
Is this a known issue and does it apply to all map vises or is it just an isolated issue that is related to the sample data for partner instances?
Edit
I tested both
GET /queries/49/run/json_bi
and
POST /queries/run/json_bi
and both returned the same bad data
Part of data:
The text was updated successfully, but these errors were encountered: