Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Steampipe plugin SDK to v1.6.2 #313

Merged
merged 1 commit into from
Oct 12, 2021
Merged

Update Steampipe plugin SDK to v1.6.2 #313

merged 1 commit into from
Oct 12, 2021

Conversation

bigdatasourav
Copy link
Contributor

@bigdatasourav bigdatasourav commented Oct 12, 2021

Example query results

Results
> select * from gcp_project
+------------+------------+--------------------------------------------------------------------+----------------+-----------------+---------------------+--------------------------------------+--------+---
| name       | project_id | self_link                                                          | project_number | lifecycle_state | create_time         | parent                               | labels | ti
+------------+------------+--------------------------------------------------------------------+----------------+-----------------+---------------------+--------------------------------------+--------+---
| parker-aaa | parker-aaa | https://cloudresourcemanager.googleapis.com/v1/projects/parker-aaa | 979620418102   | ACTIVE          | 2019-05-22 12:08:03 | {"id":"12258536632","type":"folder"} | <null> | pa
+------------+------------+--------------------------------------------------------------------+----------------+-----------------+---------------------+--------------------------------------+--------+---
> select * from gcp_compute_network
+-----------------------------+---------------------+---------------------+-------------------------+-----------------+--------------+------------+-----------------+------+--------------------------------
| name                        | id                  | creation_timestamp  | auto_create_subnetworks | description     | gateway_ipv4 | ipv4_range | kind            | mtu  | self_link                      
+-----------------------------+---------------------+---------------------+-------------------------+-----------------+--------------+------------+-----------------+------+--------------------------------
| test-net-with-no-dns-policy | 4577051564254690300 | 2021-05-20 11:19:35 | false                   |                 | <null>       | <null>     | compute#network | 1460 | https://www.googleapis.com/comp
| turbottest4251              | 2297009420028172300 | 2021-02-17 09:49:36 | true                    |                 | <null>       | <null>     | compute#network | 1460 | https://www.googleapis.com/comp
|                             |                     |                     |                         |                 |              |            |                 |      |                                
|                             |                     |                     |                         |                 |              |            |                 |      |                                
| raj-cis-test-nw             | 529512961903467200  | 2021-05-07 11:28:10 | false                   | raj-cis-test-nw | <null>       | <null>     | compute#network | 1460 | https://www.googleapis.com/comp
| turbottest93498             | 3666276188332636700 | 2021-05-21 09:57:25 | true                    |                 | <null>       | <null>     | compute#network | 1460 | https://www.googleapis.com/comp
|                             |                     |                     |                         |                 |              |            |                 |      |                                
|                             |                     |                     |                         |                 |              |            |                 |      |                                
|                             |                     |                     |                         |                 |              |            |                 |      |                                
+-----------------------------+---------------------+---------------------+-------------------------+-----------------+--------------+------------+-----------------+------+--------------------------------

@bigdatasourav bigdatasourav self-assigned this Oct 12, 2021
@misraved misraved changed the title Update Steampipe SDK to v1.6.2 Update Steampipe plugin SDK to v1.6.2 Oct 12, 2021
@misraved misraved merged commit 4e767c0 into main Oct 12, 2021
@misraved misraved deleted the sdk_update branch October 12, 2021 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants