steampipe plugin install chaos

Table: chaos_limit

Chaos table to check the limit functionality.

Examples

List all

select
*
from
chaos_limit;

Schema for chaos_limit

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form.
c1bigint=
c2bigint<=
c3bigint>=
c4timestamp with time zone
c5text
c6bigint
limit_valuebigint
sp_connection_nametext=, !=, ~~, ~~*, !~~, !~~*Steampipe connection name.
sp_ctxjsonbSteampipe context in JSON form.