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
SELECT "values", extractMinuteIndex("timestamp", "values") AS current_value FROM avro_sensor1_stream_2 EMIT CHANGES;
-- Final Stream
CREATE STREAM avro_sensor1_stream_2 WITH (VALUE_FORMAT='AVRO') AS SELECT "timestamp", "values", extractMinuteIndex("timestamp", "values") AS current_value FROM json_sensor1_stream_source EMIT CHANGES;