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

     1  {
     2    "rows": [
     3     {
     4      "auto_generated": false,
     5      "children": [
     6       "introspection_table_mod.container.sample_conatiner_1"
     7      ],
     8      "description": "Sample dashboard to test introspection functionality",
     9      "display": null,
    10      "documentation": null,
    11      "end_line_number": 129,
    12      "inputs": [
    13       {
    14        "name": "sample_input_1",
    15        "unqualified_name": "input.sample_input_1"
    16       }
    17      ],
    18      "is_anonymous": false,
    19      "mod_name": "introspection_table_mod",
    20      "path": [
    21       [
    22        "mod.introspection_table_mod",
    23        "introspection_table_mod.dashboard.sample_dashboard_1"
    24       ]
    25      ],
    26      "qualified_name": "introspection_table_mod.dashboard.sample_dashboard_1",
    27      "resource_name": "sample_dashboard_1",
    28      "source_definition": "dashboard \"sample_dashboard_1\" {\n  title = \"Sample dashboard 1\"\n  description = \"Sample dashboard to test introspection functionality\"\n\n  container \"sample_conatiner_1\" {\n\t\tcard \"sample_card_1\" {\n\t\t\ttitle = \"Sample card 1\"\n\t\t}\n\n\t\timage \"sample_image_1\" {\n\t\t\ttitle = \"Sample image 1\"\n\t\t\twidth = 3\n  \t\tsrc = \"https://steampipe.io/images/logo.png\"\n  \t\talt = \"steampipe\"\n\t\t}\n\n\t\ttext \"sample_text_1\" {\n\t\t\ttitle = \"Sample text 1\"\n\t\t}\n\n    chart \"sample_chart_1\" {\n      sql = \"select 1 as chart\"\n      width = 5\n      title = \"Sample chart 1\"\n    }\n\n    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    }\n\n    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    }\n\n    hierarchy \"sample_hierarchy_1\" {\n      title = \"Sample hierarchy 1\"\n      width = 5\n\n      node \"sample_node_3\" {\n        sql = <<-EOQ\n          select 1 as node\n        EOQ\n      }\n      edge \"sample_edge_3\" {\n        sql = <<-EOQ\n          select 1 as edge\n        EOQ\n      }\n    }\n\n    table \"sample_table_1\" {\n      sql = \"select 1 as table\"\n      width = 4\n      title = \"Sample table 1\"\n    }\n\n    input \"sample_input_1\" {\n      sql = \"select 1 as input\"\n      width = 2\n      title = \"Sample input 1\"\n    }\n  }\n}",
    29      "start_line_number": 43,
    30      "tags": null,
    31      "title": "Sample dashboard 1",
    32      "url_path": "/introspection_table_mod.dashboard.sample_dashboard_1",
    33      "width": null
    34     }
    35    ],
    36    "metadata": {
    37     "Duration": 292708,
    38     "scans": [],
    39     "rows_returned": 1,
    40     "rows_fetched": 0,
    41     "hydrate_calls": 0
    42    }
    43   }
    44