chaos_all_column_typeschaos_all_numeric_columnchaos_cache_checkchaos_cache_with_delay_qualschaos_concurrency_limitchaos_concurrency_no_limitchaos_get_all_key_columnschaos_get_any_key_columnschaos_get_errorschaos_get_errors_default_configchaos_get_single_key_columnschaos_high_column_countchaos_high_row_countchaos_hydrate_columns_dependencychaos_hydrate_errorschaos_hydrate_retry_configchaos_hydrate_retry_config_legacychaos_hydrate_retry_config_with_table_defaultchaos_hydrate_retry_config_with_table_default_legacychaos_hydrate_should_ignore_configchaos_hydrate_should_ignore_config_legacychaos_hydrate_should_ignore_config_with_table_defaultchaos_hydrate_should_ignore_config_with_table_default_legacychaos_limitchaos_list_all_key_columnschaos_list_any_key_columnschaos_list_errorschaos_list_key_column_single_equalchaos_list_key_columns_all_multiple_operatorchaos_list_key_columns_any_multiple_operatorchaos_list_pagingchaos_list_parent_childchaos_list_single_key_columnschaos_multi_regionchaos_parallel_hydrate_columnschaos_plugin_crashchaos_regionschaos_transform_errorschaos_transformschaos_very_high_row_countindex
Table: chaos_list_parent_child
Chaos table to test the List calls having parent-child dependencies with all the possible scenarios like errors, panics and delays at both parent and child levels
Examples
List all
select *from chaos_list_parent_child;
Schema for chaos_list_parent_child
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form. | |
child_delay | boolean | Column to test delay in child list function | |
child_fatal_error | boolean | Column to test the child list function with fatal error | |
child_fatal_error_after_streaming | boolean | Column to test the the child list function with fatal error after streaming some rows | |
child_panic | boolean | Column to test panicking the child list function | |
child_retryable_error | boolean | Column to test the the child list function with retry in case of non fatal error | |
child_retryable_error_after_streaming | boolean | Column to test the the child list function with retry in case of non fatal errors occured after streaming a few rows | |
child_should_ignore_error | boolean | Column to test the the child list function with Ignorable errors | |
child_should_ignore_error_after_streaming | boolean | Column to test the the child list function with Ignorable errors occuring after already streaming some rows | |
id | bigint | Column for the ID | |
parent_delay | boolean | Column to test delay in parent list function | |
parent_fatal_error | boolean | Column to test the parent list function with fatal error | |
parent_fatal_error_after_streaming | boolean | Column to test the the parent list function with fatal error after streaming some rows | |
parent_panic | boolean | Column to test panicking the parent list function | |
parent_retryable_error | boolean | Column to test the the parent list function with retry in case of non fatal error | |
parent_retryable_error_after_streaming | boolean | Column to test the the parent list function with retry in case of non fatal errors occured after streaming a few rows | |
parent_should_ignore_error | boolean | Column to test the the parent list function with Ignorable errors | |
parent_should_ignore_error_after_streaming | boolean | Column to test the the parent list function with Ignorable errors occuring after already streaming some rows | |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. |