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

     1  [
     2   {
     3    "c1": "c1-0",
     4    "c2": "c2-0",
     5    "c3": null
     6   },
     7   {
     8    "c1": "c1-0",
     9    "c2": null,
    10    "c3": "c3-0"
    11   },
    12   {
    13    "c1": "c1-1",
    14    "c2": "c2-1",
    15    "c3": null
    16   },
    17   {
    18    "c1": "c1-1",
    19    "c2": null,
    20    "c3": "c3-1"
    21   }
    22  ]