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