OData: Tuple block of size 4MB exceeded GRPC limit of 4MB.

0
Dear Mendix community, I am creating a tool which sends data to Tableau via OData. The data I sent is a list of entities with various attributes.  Today when I try to refresh the data extract from the Tableau side, I received the following error message: “An error occurred while refreshing Uploads (Path...) Tuple block of size 4MB exceeded GRPC limit of 4MB. Unable to create extract.”  Since I can refresh the OData extract when the number of the entities is still small, I assume that the problem is caused by the large of amount of data being tried to send to Tableau at a time.  I would like to know if it’s possible to divide the data into multiple packages and send the data one after another? Or any solution to this issue? Thank you very much in advance! Best  
asked
1 answers
0

In the OData Published Resource/Entity set Paging to ‘Yes’ and choose a valid ‘Page Size’

answered