See more
…ct rowtime, hour, kwh, anomoly_power(hour, kwh) as fn \from raw_power_stream partition by rowtime;create stream anomoly_power with (value_format='JSON') as \select rowtime as event_ts, hour, kwh, fn…
…ct rowtime, hour, kwh, anomoly_power(hour, kwh) as fn \from raw_power_stream partition by rowtime;
c
reate stream anomoly_power with (value_format='JSON') as \select rowtime as event_ts, hour, kwh, fn…