Getting errors while attempting to create an SQL Processor in Lenses:
SQL Processor statement:
INSERT INTO my_topic
STORE VALUE AS AVRO
SELECT STREAM
field_a as _key,
field_b,
FORMAT_DATE(_meta.timestamp, 'yyyyMMddhhmmss') as event_time
FROM xyz_topic;
Error message:
SQL Invalid: Identifier _meta in FORMAT_DATE(_meta.timestamp, yyyyMMddhhmmss') can not be resolved. Hint: verify that there are no typos in _meta.
Same select in SQL Studio work fine.
Currently using Lenses Version 5.5.7