turbot/spotify

Query: spotify_top_10_albums_by_popularity

Usage

powerpipe query spotify.query.spotify_top_10_albums_by_popularity

SQL

select
name,
popularity
from
albums
order by
popularity desc
limit
10;

Dashboards

The query is used in the dashboards: