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.
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
sp_connection_nametext=, !=, ~~, ~~*, !~~, !~~*Steampipe connection name.
sp_ctxjsonbSteampipe context in JSON form.