Getting "fallible argument" with handled error #21767
Unanswered
ElToro1966
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @ElToro1966 , Here I think the issue is that the VRL compiler isn't smart enough to realize that In the future, the compiler could get smart enough to realize that all of the arguments in the string you are building are strings themselves (and include proper string templating in VRL). Hope this helps! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Vector to move data from a Kafka broker to Clickhouse. In the transforms in vector.yaml, I've got:
When I run Vector, I get:
What am I not seeing? I have been following https://vector.dev/docs/reference/vrl/errors/#handling, so this should work...
Thanks
Beta Was this translation helpful? Give feedback.
All reactions