Query: spotify_albums_count
Usage
powerpipe query spotify.query.spotify_albums_countSQL
select count(*) as "Total Albums"from albums;
Dashboards
The query is used in the dashboards:
powerpipe query spotify.query.spotify_albums_countselect count(*) as "Total Albums"from albums;