Skip to content

Instantly share code, notes, and snippets.

@mzinni
Last active December 27, 2019 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mzinni/824ed1c08ba8d12d096fc0111340c68f to your computer and use it in GitHub Desktop.
Save mzinni/824ed1c08ba8d12d096fc0111340c68f to your computer and use it in GitHub Desktop.
gcp-arch-viz: Get id if latest inventory scan
SELECT id FROM inventory_index WHERE inventory_status = “SUCCESS” ORDER BY completed_at_datetime DESC LIMIT 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment