github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/acceptance/test_data/templates/expected_introspection_info_dashboard_table.json (about) 1 { 2 "rows": [ 3 { 4 "args": null, 5 "auto_generated": false, 6 "columns": null, 7 "description": null, 8 "documentation": null, 9 "end_line_number": 121, 10 "is_anonymous": false, 11 "mod_name": "introspection_table_mod", 12 "params": null, 13 "path": [ 14 [ 15 "mod.introspection_table_mod", 16 "introspection_table_mod.dashboard.sample_dashboard_1", 17 "introspection_table_mod.container.sample_conatiner_1", 18 "introspection_table_mod.text.sample_text_1" 19 ] 20 ], 21 "qualified_name": "introspection_table_mod.table.sample_table_1", 22 "query": null, 23 "resource_name": "sample_table_1", 24 "source_definition": " table \"sample_table_1\" {\n sql = \"select 1 as table\"\n width = 4\n title = \"Sample table 1\"\n }", 25 "sql": "select 1 as table", 26 "start_line_number": 117, 27 "tags": null, 28 "title": "Sample table 1", 29 "type": null, 30 "width": "4" 31 } 32 ], 33 "metadata": { 34 "Duration": 247458, 35 "scans": [], 36 "rows_returned": 1, 37 "rows_fetched": 0, 38 "hydrate_calls": 0 39 } 40 } 41