Skip to content

Instantly share code, notes, and snippets.

@mikeapted
Created October 3, 2018 14:41
Show Gist options
  • Save mikeapted/24b1b2c7d7b2eb8a4833e9dfab38e42d to your computer and use it in GitHub Desktop.
Save mikeapted/24b1b2c7d7b2eb8a4833e9dfab38e42d to your computer and use it in GitHub Desktop.

Revisions

  1. mikeapted created this gist Oct 3, 2018.
    1 change: 1 addition & 0 deletions lab 2 step 29
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    select sensorname, sensorvalue, anomalyscore from YourInitial_bigdata.analytic_csv2parquet where anomalyscore > 2 limit 10;