Pramod Bhat
10/23/2024, 6:25 AMInternal Server Error: com.fasterxml.jackson.databind.JsonMappingException: String value length (20054016) exceeds the maximum allowed (20000000, from `StreamReadConstraints.getMaxStringLength()`) (through reference chain: io.airbyte.connectorbuilderserver.api.client.model.generated.StreamRead["slices"]->java.util.ArrayList[0]->io.airbyte.connectorbuilderserver.api.client.model.generated.StreamReadSlicesInner["pages"]->java.util.ArrayList[0]->io.airbyte.connectorbuilderserver.api.client.model.generated.StreamReadSlicesInnerPagesInner["response"]->io.airbyte.connectorbuilderserver.api.client.model.generated.HttpResponse["body"])
user
10/23/2024, 6:25 AMStreamRead
object, specifically at the body
field of the HttpResponse
object. Unfortunately, without more context or information about the specific connector or operation you're performing, it's difficult to provide a more specific solution. However, you might want to consider handling large responses more gracefully, such as by implementing pagination or partitioning to split up the data into smaller chunks, or by increasing the memory allocated to handle larger requests. If you're developing a connector, you might need to adjust your implementation to handle these large data sizes. If you're using an existing connector, you might need to report this issue to the Airbyte team for further investigation.