steampipe plugin install chaos

Table: chaos_transform_errors

Chaos table to test the Transform call with all the possible scenarios like errors, panics and delays

Examples

List all

select
*
from
chaos_transform_errors;

Schema for chaos_transform_errors

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
delaybigintColumn to test delay in Transform function
errorbooleanColumn to test the Transform function with fatal error
idbigintColumn for the ID
panicbooleanColumn to test panicking Transform function