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