View of SETTINGS values used when creating Kafka tables in Aiven Console
As a developer, I would like the existing Aiven Console page for ClickHouse to display the values assigned to the "SETTINGS" section of a Kafka table.
The existing console has a drop-down menu with "View Details" listed in it, but this only shows a brief Overview and Schema of the table - ideally it would include a third tab which would show the various provided SETTINGS values (as listed here: https://clickhouse.com/docs/engines/table-engines/integrations/kafka#creating-a-table)
Normally these would be queryable in a ClickHouse session by using the "SHOW CREATE TABLE ..." command, but this is not permitted due to the ClickHouse user permissioning applied in Aiven. This tab would probably want to filter out any specific settings relating to Credentials to avoid displaying sensitive data, but it would be useful to allow confirmation of values assigned to things like kafka_max_block_size
