Query: spotify_top_10_albums_by_popularity
Usage
powerpipe query spotify.query.spotify_top_10_albums_by_popularity
SQL
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_popularity
select name, popularityfrom albumsorder by popularity desclimit 10;