github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/acceptance/test_data/templates/expected_introspection_info_dashboard_graph.json (about)

     1  {
     2    "rows": [
     3     {
     4      "args": null,
     5      "auto_generated": false,
     6      "description": null,
     7      "direction": null,
     8      "documentation": null,
     9      "edges": [
    10       {
    11        "name": "sample_edge_2"
    12       }
    13      ],
    14      "end_line_number": 99,
    15      "is_anonymous": false,
    16      "mod_name": "introspection_table_mod",
    17      "nodes": [
    18       {
    19        "name": "sample_node_2"
    20       }
    21      ],
    22      "params": null,
    23      "path": null,
    24      "qualified_name": "introspection_table_mod.graph.sample_graph_1",
    25      "query": null,
    26      "resource_name": "sample_graph_1",
    27      "source_definition": "    graph \"sample_graph_1\" {\n      title = \"Sample graph 1\"\n      width = 5\n\n      node \"sample_node_2\" {\n        sql = <<-EOQ\n          select 1 as node\n        EOQ\n      }\n      edge \"sample_edge_2\" {\n        sql = <<-EOQ\n          select 1 as edge\n        EOQ\n      }\n    }",
    28      "sql": null,
    29      "start_line_number": 85,
    30      "tags": null,
    31      "title": "Sample graph 1",
    32      "type": null,
    33      "width": "5"
    34     }
    35    ],
    36    "metadata": {
    37     "Duration": 265750,
    38     "scans": [],
    39     "rows_returned": 1,
    40     "rows_fetched": 0,
    41     "hydrate_calls": 0
    42    }
    43   }
    44