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 SDK to v1.8.3 #431

Merged
merged 1 commit into from
Jan 4, 2022
Merged

Update Steampipe SDK to v1.8.3 #431

merged 1 commit into from
Jan 4, 2022

Conversation

bigdatasourav
Copy link
Contributor

Example query results

Results

> select
  name as server_name,
  id as server_id,
  configurations ->> 'name' as configuration_name,
  configurations -> 'ConfigurationProperties' ->> 'value' as value
from
  azure_mysql_server,
  jsonb_array_elements(server_configurations) as configurations
where 
   configurations ->> 'name' = 'log_output';
+-------------+---------------------------------------------------------------------------------------------------------------------------+--------------------+-------+
| server_name | server_id                                                                                                                 | configuration_name | value |
+-------------+---------------------------------------------------------------------------------------------------------------------------+--------------------+-------+
| qwewq       | /subscriptions/d46d7416-f95f-4771-bbb5-529d4c76659c/resourceGroups/turbot_rg/providers/Microsoft.DBforMySQL/servers/qwewq | log_output         | FILE  |
+-------------+---------------------------------------------------------------------------------------------------------------------------+--------------------+-------+

@bigdatasourav bigdatasourav self-assigned this Dec 29, 2021
@bigdatasourav bigdatasourav linked an issue Dec 29, 2021 that may be closed by this pull request
@bigdatasourav bigdatasourav changed the title update Steampipe SDK to v1.8.3 Update Steampipe SDK to v1.8.3 Dec 29, 2021
@rajlearner17 rajlearner17 requested review from misraved and removed request for rajlearner17 January 4, 2022 05:57
@misraved misraved merged commit d5e47e0 into main Jan 4, 2022
@misraved misraved deleted the issue-430 branch January 4, 2022 05:58
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.

Update Steampipe SDK to v1.8.3
2 participants