Influx: Update flightsql language definition ID (#106901)
fix: replace flightsql languageDefinition.id `flightsql` with `sql` Co-authored-by: bherbruck <brennen.herbruck@gmail.com>
This commit is contained in:
co-authored by
bherbruck
parent
c463e3a6e4
commit
24d7d8c358
@@ -34,7 +34,7 @@ export class FlightSQLDatasource extends SqlDatasource {
|
||||
getMeta: (identifier?: TableIdentifier) => this.fetchMeta(identifier),
|
||||
};
|
||||
this.sqlLanguageDefinition = {
|
||||
id: 'flightsql',
|
||||
id: 'sql',
|
||||
completionProvider: getSqlCompletionProvider(args),
|
||||
formatter: formatSQL,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user