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

Getting key-values of resource data as JSON string instead JSON object #95

Closed
Subhajit97 opened this issue Jan 29, 2021 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@Subhajit97
Copy link

Subhajit97 commented Jan 29, 2021

Steampipe version

steampipe version 0.1.1

Current behaviour

➜  steampipe query --output "json" "select akas from azure.azure_ad_user"
[
 {
  "akas": "[\"azure:///user/e5021c4c-c0b4-493f-ace9-813b7c1d5c20\"]"
 }
]

Expected behaviour

➜   steampipe query --output "json" "select akas from azure.azure_ad_user"
[
 {
  "akas": [
    "azure:///user/e5021c4c-c0b4-493f-ace9-813b7c1d5c20"
  ]
 }
]
@LalitLab LalitLab added the bug Something isn't working label Jan 29, 2021
@Subhajit97
Copy link
Author

Also getting the boolean values as string
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants