mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-15 13:00:08 -05:00
General code spring cleaning: * move file paths from `consts` package to `filepaths` * move InitData and ExportData to query and control packages
10 lines
228 B
SQL
10 lines
228 B
SQL
select
|
|
-- Required Columns
|
|
'some messed up resource' as resource,
|
|
'error' as status,
|
|
'is in some sort of error state' as reason,
|
|
'partition 20000' as partition,
|
|
'us-east-2' as region,
|
|
'21323354343537' as account
|
|
|