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