I'm trying to select the event_dim.date
within BigQuery but am unable to actually access it due to an error
Error: Cannot access field date on a value with type ARRAY<STRUCT<date STRING, name STRING, params ARRAY<STRUCT<key STRING, value STRUCT<string_value STRING, int_value INT64, float_value FLOAT, ...>>>, ...>> at [1:18]
My Query:
SELECT event_dim.date FROM `table`
I know I'm doing something wrong and any help would be greatly appreciated. Thanks!