Google Cloud Big Data query doesn't appear to be up to date.

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Normal
    • None
    • Component/s: data store
    • None

      I ran the following query and it only shows me 50 results from 2017. I also tried it limited to 25 results just in case there were limits issues. The results shown to not match the actual listen data on the listenbrainz website.

      #standardSQL
      SELECT
      listened_at,
      artist_name,
      track_name,
      release_name
      FROM
      `listenbrainz.listenbrainz.listen`
      WHERE
      user_name = 'punkscience'
      ORDER BY
      listened_at DESC

            Assignee:
            Unassigned
            Reporter:
            Darryl Wright
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package