github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/acceptance/test_data/templates/expected_json.json (about) 1 { 2 "rows": [ 3 { 4 "id": 0, 5 "json_column": { 6 "Id": 0, 7 "Name": "stringValuesomething-0", 8 "Statement": { 9 "Action": "iam:GetContextKeysForCustomPolicy", 10 "Effect": "Allow" 11 } 12 }, 13 "string_column": "stringValuesomething-0" 14 } 15 ], 16 "metadata": { 17 "Duration": 51849333, 18 "scans": [ 19 { 20 "connection": "chaos", 21 "table": "chaos_all_column_types", 22 "cache_hit": false, 23 "rows_fetched": 100, 24 "hydrate_calls": 100, 25 "start_time": "2024-04-11T11:53:34+05:30", 26 "duration": 13, 27 "columns": [ 28 "id", 29 "string_column", 30 "json_column" 31 ], 32 "limit": null, 33 "quals": [ 34 { 35 "column": "id", 36 "operator": "=", 37 "value": 0 38 } 39 ] 40 } 41 ], 42 "rows_returned": 1, 43 "rows_fetched": 100, 44 "hydrate_calls": 100 45 } 46 } 47