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
INFO Running query:
SELECT event_timestamp,event_name,event_params.key,event_params.value.string_value,event_params.value.int_value,traffic_source.name,traffic_source.medium,traffic_source.source,event_date FROM orchest-ga4-data.analytics_257428027.events_20220810 WHERE 1=1 AND datetime '2022-08-10 00:00:00.000000' <= CAST(event_date as datetime) AND CAST(event_date as datetime) < datetime '2022-08-11 10:00:20.205737' ORDER BY event_date LIMIT 100
CRITICAL 400 Cannot access field key on a value with type ARRAY<STRUCT<key STRING, value STRUCT<string_value STRING, int_value INT64, float_value FLOAT64, ...>>> at [1:48]
The text was updated successfully, but these errors were encountered:
I believe setting the columns to * or even ['event_params'] (the name of the offending field, without any sub fields) does the trick. However, I cannot verify it at the moment because I'm being struck by gh-17, so I'm creating a view to see if it works.
Trying to extract a table with (record, repeated) fields, coming from Google Analytics 4:
using this config:
I'm getting this error:
The text was updated successfully, but these errors were encountered: