Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save kaiwaehner/2f2c62f13ad5dd6c6e51d387fca903f2 to your computer and use it in GitHub Desktop.
create stream AnomalyDetectionWithFilter as select rowtime, eventid, anomaly(sensorinput) as Anomaly from carsensor where anomaly(sensorinput) > 5;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment