turbot/starwars

Query: starwars_species_overview

Usage

powerpipe query starwars.query.starwars_species_overview

SQL

select
name as 'Species Name',
designation as 'Designation',
skin_colors as 'Skin Colors',
hair_colors as 'Hair Colors',
eye_colors as 'Eye Colors',
homeworld as 'Homeworld',
language as 'Language'
from
species
where
name = $1;

Dashboards

The query is used in the dashboards: