how to convert message to batch message for parquet_encode
in output
#3074
-
example config like this:
but I will got two parquet file, and I tried |
Beta Was this translation helpful? Give feedback.
Answered by
mihaitodor
Dec 13, 2024
Replies: 1 comment 1 reply
-
Hey @fearfate, I'm not sure what's going wrong. Can you add a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fearfate
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @fearfate, I'm not sure what's going wrong. Can you add a
log
processor afterparquet_encode
withmessage: ${! error() }
to see if the processor might fail? For example,STRING
isn't a valid value for thetype
in theparquet_encode
schema
.