Query: spotify_artists_count
Usage
powerpipe query spotify.query.spotify_artists_countSQL
select count(*) as "Total Artists"from artists;
Dashboards
The query is used in the dashboards:
powerpipe query spotify.query.spotify_artists_countselect count(*) as "Total Artists"from artists;