Skip to content

Commit

Permalink
rename SQL to OpenSearch SQL
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 committed Oct 24, 2024
1 parent 7bc469b commit 428afba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/query_enhancements/public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export class QueryEnhancementsPlugin
// Register SQL language
const sqlLanguageConfig: LanguageConfig = {
id: 'SQL',
title: 'SQL',
title: 'OpenSearch SQL',
search: sqlSearchInterceptor,
getQueryString: (query: Query) => {
return `SELECT * FROM ${query.dataset?.title} LIMIT 10`;
Expand Down

0 comments on commit 428afba

Please sign in to comment.