github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/acceptance/test_data/templates/expected_introspection_info_dashboard_flow.json (about) 1 { 2 "rows": [ 3 { 4 "args": null, 5 "auto_generated": false, 6 "description": null, 7 "documentation": null, 8 "edges": [ 9 { 10 "name": "sample_edge_1" 11 } 12 ], 13 "end_line_number": 83, 14 "is_anonymous": false, 15 "mod_name": "introspection_table_mod", 16 "nodes": [ 17 { 18 "name": "sample_node_1" 19 } 20 ], 21 "params": null, 22 "path": null, 23 "qualified_name": "introspection_table_mod.flow.sample_flow_1", 24 "query": null, 25 "resource_name": "sample_flow_1", 26 "source_definition": " flow \"sample_flow_1\" {\n title = \"Sample flow 1\"\n width = 3\n\n node \"sample_node_1\" {\n sql = <<-EOQ\n select 1 as node\n EOQ\n }\n edge \"sample_edge_1\" {\n sql = <<-EOQ\n select 1 as edge\n EOQ\n }\n }", 27 "sql": null, 28 "start_line_number": 69, 29 "tags": null, 30 "title": "Sample flow 1", 31 "type": null, 32 "width": "3" 33 } 34 ], 35 "metadata": { 36 "Duration": 278667, 37 "scans": [], 38 "rows_returned": 1, 39 "rows_fetched": 0, 40 "hydrate_calls": 0 41 } 42 } 43