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

Columns are showing different values in output as json #14

Closed
kaidaguerre opened this issue Jan 20, 2021 · 0 comments · Fixed by #55
Closed

Columns are showing different values in output as json #14

kaidaguerre opened this issue Jan 20, 2021 · 0 comments · Fixed by #55
Labels
bug Something isn't working

Comments

@kaidaguerre
Copy link
Contributor

Query 1:
steampipe query --output json "select * from chaos.all_column_types where id=99 order by id"
Output:

[
 {
  "array_element": {
   "Key": "stringValuesomething-99",
   "Value": "value"
  },
  "boolean_column": false,
  "cidr_column": "MTcyLjMxLjAuMC8xNg==",
  "date_time_column": "2002-05-05T09:23:00Z",
  "double_column": 5.823529411764706,
  "empty_hydrate": "I AM A DEFAULT",
  "id": 99,
  "ipaddress_column": "MTAuMC4wLjc=",
  "json_column": {
   "Id": 99,
   "Name": "stringValuesomething-99",
   "Statement": {
    "Action": "iam:SimulatePrincipalPolicy",
    "Effect": "Deny"
   }
  },
  "string_column": "stringValuesomething-99"
 }
]

Query2:
steampipe query "select * from chaos.all_column_types where id=99 order by id"
Output:
Screenshot 2021-01-13 at 8 05 35 PM

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

Successfully merging a pull request may close this issue.

1 participant