ERROR: transform: send_aws_s3: data could not be added to batch #227
Unanswered
viraj-lunani
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Answered in #218 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Still curious why this result wasn't reproduced when running locally |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are getting the above error on the following transform
The jsonl function looks like
After digging into the source code it seems to be some sort of batch misconfiguration. I thought originally that it was a misconfiguration with a mismatch in batch settings between the
sub.pattern.tf.fmt.jsonl
since this uses an agg transform that has batch settings but after trying to reproduce the error locally with two file sendI am not getting the same error. Any ideas on what the issue could be here? We are on v1.1.0
Beta Was this translation helpful? Give feedback.
All reactions