Add a new system table that allows users to inspect the arguments configured for processing engine triggers. The table has three columns: - trigger_name: name of the trigger - argument_key: key of the argument - argument_value: value of the argument Each trigger argument appears as a separate row in the table, making it easy to query specific triggers or arguments. Update snapshot files to include processing_engine_trigger_arguments table Update test snapshots to include the new processing_engine_trigger_arguments system table in: - Table listing outputs - Error messages showing valid table names - Table summaries This ensures tests properly reflect the new system table in their expected outputs. |
||
---|---|---|
.. | ||
lib__cli__distinct_cache_create_and_delete-2.snap | ||
lib__cli__distinct_cache_create_and_delete.snap | ||
lib__cli__fail_without_database_name.snap | ||
lib__cli__invalid_precision.snap | ||
lib__cli__iox_schema_table_name_exists,_but_should_error_because_we're_concerned_here_with_system_tables.snap | ||
lib__cli__random_table_name_doesn't_exist,_should_error.snap | ||
lib__cli__summary_should_show_up_to_ten_entries_from_each_table.snap | ||
lib__cli__table-list_should_list_system_schema_tables_only.snap | ||
lib__cli__table_NAME_should_show_queries_table_without_information_or_system_schema_queries.snap | ||
lib__cli__test_create_table_fail_existing.snap |