You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the error message suggestions are missing the leading .:
error[E642]: parent path segment rejects this mutation
┌─ :2:9
│
2 │ foo.bar.baz = 12
│ ------- ^^^ querying a field of a non-object type is unsupported
│ │
│ this path resolves to a value of type undefined
│
= try: change parent value to object, before assignment
=
= foobar = {}
= foobar.baz = 12
The text was updated successfully, but these errors were encountered:
Given the VRL code:
the error message suggestions are missing the leading
.
:The text was updated successfully, but these errors were encountered: