steampipe plugin install chaos

Table: chaos_hydrate_errors

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

Examples

List all

select
*
from
chaos_hydrate_errors;

Schema for chaos_hydrate_errors

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form.
delaybooleanColumn to test delay in Hydrate function
fatal_errorbooleanColumn to test the table with fatal error
idbigintColumn for the ID
ignorable_errorbooleanColumn to test the Hydrate function with Ignorable errors
panicbooleanColumn to test panicking Hydrate function
retryable_errorbooleanColumn to test the Hydrate function with retry config in case of non fatal error
sp_connection_nametext=, !=, ~~, ~~*, !~~, !~~*Steampipe connection name.
sp_ctxjsonbSteampipe context in JSON form.