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