github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/pkg/control/testdata/multiple_parent/query/skip.sql (about)

     1  select
     2    -- Required Columns
     3    'resource name' as resource,
     4    'skip' as  status,
     5    'totally skipping this one' as reason,
     6    'partition 40000' as partition,
     7    'us-east-4' as region,
     8    '21323354377537' as account
     9  
    10