Skip to content

Commit

Permalink
fixes GoogleCloudPlatform#192 - fixed link to working example, and im…
Browse files Browse the repository at this point in the history
…g link for animation
  • Loading branch information
mzinni committed Feb 26, 2019
1 parent 92dd113 commit ad06f25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/gcp-arch-viz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Other useful queries:

__Get id of latest inventory scan (timestamp):__
```
SELECT id FROM inventory_index ORDER BY completed_at_datetime DESC LIMIT 1;
SELECT id FROM inventory_index WHERE inventory_status = “SUCCESS” ORDER BY completed_at_datetime DESC LIMIT 1;
```

__Check schema of gcp_inventory table (in case schema changes, and query needs to be updated):__
Expand All @@ -37,6 +37,6 @@ Describe forseti_security.gcp_inventory;

## Examples

Fully functional example available [here](https://storage.googleapis.com/strike3-gcp-arch-viz/gcp-arch-viz.html). Looks like this:
Fully functional example available [here](https://storage.googleapis.com/forsetiviz-external/gcp-arch-viz.html). Looks like this:

![gcp-arch-viz animation](https://storage.googleapis.com/strike3-gcp-arch-viz/gcp-arch-viz.gif)
![gcp-arch-viz animation](https://storage.googleapis.com/forsetiviz-external/gcp-arch-viz.gif)

0 comments on commit ad06f25

Please sign in to comment.