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, e.g. connection_name.
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