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
I saw #2470 + a few other PRs and it looks like @tssweeney & co are already working on resolving this, but adding the issue as a +1 vote to that ongoing work.
This seems to be due to data size; creating Datasets using toy data seems to work fine even at larger cardinalities.
Steps to reproduce
With Datasets created by duplicating a single example with some pretty verbose string fields and base64 image data, Datasets greater than 33 examples fail to query.
Thanks @TeoZosa - you are indeed correct that we are investing in this path - next up is to convert our response to a streaming response which will avoid this bug. Will keep you posted on priority.
Note
I saw #2470 + a few other PRs and it looks like @tssweeney & co are already working on resolving this, but adding the issue as a +1 vote to that ongoing work.
This seems to be due to data size; creating Datasets using toy data seems to work fine even at larger cardinalities.
Steps to reproduce
With Datasets created by duplicating a single example with some pretty verbose string fields and base64 image data, Datasets greater than 33 examples fail to query.
Examples
Real data
Click here for screenshots
Toy data
Confirmed working even at 100 examples
Click here for screenshots
The text was updated successfully, but these errors were encountered: