github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/pkg/steampipeconfig/testdata/mods/dashboard_simple_report/report.sp (about)

     1  // this dashboard is used to test the parsing of a simple dashboard
     2  
     3  dashboard "simple_report" {
     4    text {
     5      value = "a simple report"
     6    }
     7  
     8    chart {
     9      title = "a simple query"
    10      sql = "select 1"
    11    }
    12  }