Forum Discussion
2 Replies
- CMeyersNew Contributor II
We had the same issue. This occurs because the preview data is written to SLDB and has a 100mb limit, which is usually fine for the 50 rows of data, but for large REST responses that contain an internal array of items within a single document that limit is easily reached. This is however only a preview time error, as a full run does not create previews, so actually running the pipeline worked fine and did not cause the error.
- jaybodraNew Contributor III
I have encountered this issue and my workaround was save it to s3 using file writer and then read it as a normal file.