athena supports array. however QS does not support.
for example, when I run below, it shows me an error: column types in your data source are supported
“select t.test2
from tax_table t1
cross join unnest(tax_table_listoflist_dec21) as t(test2)”
Hello @JLLLL, is there a particular reason you are wanting to run the unnest function from QuickSight? Would you be able to build the view from Athena, unnest the json, and then query that for your dataset? I haven’t attempted to do this from QuickSight before, but if it isn’t supported it is likely that running the function from Athena would be your best bet.