turbot/spotify

Query: spotify_top_artists_by_followers

Usage

powerpipe query spotify.query.spotify_top_artists_by_followers

SQL

select
name,
followers
from
artists
order by
followers desc
limit
10;

Dashboards

The query is used in the dashboards: