Query: spotify_top_artists_by_popularity
Usage
powerpipe query spotify.query.spotify_top_artists_by_popularity
SQL
select name, popularityfrom artistsorder by popularity desclimit 10;
Dashboards
The query is used in the dashboards:
powerpipe query spotify.query.spotify_top_artists_by_popularity
select name, popularityfrom artistsorder by popularity desclimit 10;