Query: spotify_unique_genres_count
Usage
powerpipe query spotify.query.spotify_unique_genres_countSQL
select  count(distinct genre_id) as "No Of Unique Genres"from  r_artist_genre;
Dashboards
The query is used in the dashboards:
powerpipe query spotify.query.spotify_unique_genres_countselect  count(distinct genre_id) as "No Of Unique Genres"from  r_artist_genre;