{
  "rowkey": "row_id",
  "columns": {
    "row_id": {
      "cf": "rowkey",
      "col": "row_id",
      "type": "string"
    },
    "artist_id": {
      "cf": "meta",
      "col": "artist_id",
      "type": "string"
    },
    "dsp": {
      "cf": "meta",
      "col": "dsp",
      "type": "string"
    },
    "interpolated": {
      "cf": "meta",
      "col": "interpolated",
      "type": "string"
    },
    "report_date": {
      "cf": "meta",
      "col": "report_date",
      "type": "string"
    },
    "followers": {
      "cf": "metrics",
      "col": "followers",
      "type": "long"
    },
    "views": {
      "cf": "metrics",
      "col": "views",
      "type": "long"
    },
    "subscribers": {
      "cf": "metrics",
      "col": "subscribers",
      "type": "long"
    },
    "likes": {
      "cf": "metrics",
      "col": "likes",
      "type": "long"
    }
  },
  "table": {
    "namespace": "default",
    "name": "chartmetric"
  }
}
