steampipe plugin install chaos

Table: chaos_get_errors_default_config

Chaos table to test the Get function using default Retry and Ignore config defined at plugin level

Examples

List all

select
*
from
chaos_get_errors_default_config;

Schema for chaos_get_errors_default_config

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
idbigint=
ignorable_error_default_configbooleanColumn to test the Get function with Ignorable errors
retryable_error_default_configbooleanColumn to test the Get function with retry config in case of non fatal error