-
Bug
-
Resolution: Won't Fix
-
Normal
-
None
-
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