Skip to content

Commit

Permalink
Merge pull request #2959 from ClickHouse/issue_1785
Browse files Browse the repository at this point in the history
final experimental badges
  • Loading branch information
gingerwizard authored Dec 30, 2024
2 parents 72bceca + 861432a commit 276b0cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ QuickSight requires several additional settings in the MySQL user's profile.
<profiles>
<default>
<prefer_column_name_to_alias>1</prefer_column_name_to_alias>
<allow_experimental_analyzer>1</allow_experimental_analyzer>
<mysql_map_string_to_text_in_show_columns>1</mysql_map_string_to_text_in_show_columns>
<mysql_map_fixed_string_to_text_in_show_columns>1</mysql_map_fixed_string_to_text_in_show_columns>
</default>
Expand Down
4 changes: 4 additions & 0 deletions docs/en/integrations/sql-clients/sql-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ sidebar_label: SQL Console
sidebar_position: 1
---

import ExperimentalBadge from '@theme/badges/ExperimentalBadge';

# SQL Console

SQL console is the fastest and easiest way to explore and query your databases in ClickHouse Cloud. You can use the SQL console to:
Expand Down Expand Up @@ -133,6 +135,8 @@ You can also use the save button or `cmd / ctrl + s` keyboard shortcut to save a

## Using GenAI to manage queries

<ExperimentalBadge/>

This feature allows users to write queries as natural language questions and have the query console create SQL queries based on the context of the available tables. GenAI can also help users debug their queries.

For more information on GenAI, checkout the [Announcing GenAI powered query suggestions in ClickHouse Cloud blog post](https://clickhouse.com/blog/announcing-genai-powered-query-suggestions-clickhouse-cloud).
Expand Down

0 comments on commit 276b0cb

Please sign in to comment.