Skip to content

Instantly share code, notes, and snippets.

@ldenson11
Created October 28, 2019 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ldenson11/7676d58ff2f945c1f7dc079f66e5da98 to your computer and use it in GitHub Desktop.
Save ldenson11/7676d58ff2f945c1f7dc079f66e5da98 to your computer and use it in GitHub Desktop.
-- specify ICAO as key on output topic
SELECT icao, flight, lat, lon, icao AS _eventKey,
PLANELOOKUP(icao) as aircraft_type
FROM airplanes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment