am trying to read data from redash in google sheet using importdata function but i got error
‘Resource at url contents exceeded maximum size.’
the data have a column of type jsonb is this made the error? is there a specific criteria i should follow to read data of jsonb in G-sheet or it is not supported ?

We don’t test this very often. If jsonb is the problem, I would attempt to cast that data to another type or not include the column in your query.

this column is the most important one needed to include , and am tried to extract data from it in a separates columns but got the same error
also tried to get it without any other columns but the same error