turbot/spotify

Query: spotify_top_10__popular_tracks

Usage

powerpipe query spotify.query.spotify_top_10__popular_tracks

SQL

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

Dashboards

The query is used in the dashboards: