{
  "rowkey": "row_id",
  "columns": {
    "row_id": {
      "cf": "rowkey",
      "col": "row_id",
      "type": "string"
    },
    "dsp": {
      "cf": "meta",
      "col": "dsp",
      "type": "string"
    },
    "report_date": {
      "cf": "meta",
      "col": "report_date",
      "type": "string"
    },
    "previous_date": {
      "cf": "meta",
      "col": "previous_date",
      "type": "string"
    },
    "isrc": {
      "cf": "meta",
      "col": "isrc",
      "type": "string"
    },
    "playlist_id": {
      "cf": "meta",
      "col": "playlist_id",
      "type": "string"
    },
    "current": {
      "cf": "pos",
      "col": "current",
      "type": "integer"
    },
    "previous": {
      "cf": "pos",
      "col": "previous",
      "type": "integer"
    },
    "playlist_track": {
      "cf": "metrics",
      "col": "playlist_track",
      "type": "binary"
    }
  },
  "table": {
    "namespace": "default",
    "name": "playlists"
  }
}
