Query: spotify_top_10_albums_by_popularity
Usage
powerpipe query spotify.query.spotify_top_10_albums_by_popularitySQL
select name, popularityfrom albumsorder by popularity desclimit 10;
Dashboards
The query is used in the dashboards:
powerpipe query spotify.query.spotify_top_10_albums_by_popularityselect name, popularityfrom albumsorder by popularity desclimit 10;