turbot/gitlab_insights

Query: project_101_500_stars_count

Usage

powerpipe query gitlab_insights.query.project_101_500_stars_count

Steampipe Tables

SQL

select
'101 - 500' as label,
count(*) as value
from
gitlab_my_project
where
star_count between 101 and 500;

Dashboards

The query is used in the dashboards: