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

     1  {
     2    "rows": [
     3     {
     4      "args": null,
     5      "auto_generated": false,
     6      "dashboard": "introspection_table_mod.dashboard.sample_dashboard_1",
     7      "description": null,
     8      "documentation": null,
     9      "end_line_number": 127,
    10      "is_anonymous": false,
    11      "label": 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      "placeholder": null,
    23      "qualified_name": "introspection_table_mod.input.sample_input_1",
    24      "query": null,
    25      "resource_name": "sample_input_1",
    26      "source_definition": "    input \"sample_input_1\" {\n      sql = \"select 1 as input\"\n      width = 2\n      title = \"Sample input 1\"\n    }",
    27      "sql": "select 1 as input",
    28      "start_line_number": 123,
    29      "tags": null,
    30      "title": "Sample input 1",
    31      "type": null,
    32      "width": "2"
    33     }
    34    ],
    35    "metadata": {
    36     "Duration": 253667,
    37     "scans": [],
    38     "rows_returned": 1,
    39     "rows_fetched": 0,
    40     "hydrate_calls": 0
    41    }
    42   }
    43