-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
Description
We should add support for syntax highlighting and autcomplete in the Redshift data source. The work
Tasks
- Autocomplete: Render SQL editor in case feature toggle is enabled #150
- Define and load custom redshift sql language #153
- Make sure Monaco redshift language is up to date with language ref #155
- Add default completion item provider to experimental package in the case standard sql is used SQL Autocomplete: Add standard completion item provider grafana-experimental#42
- Support schema in table identifiers SQL Autocomplete: Support schema in table identifiers grafana-experimental#43
- Create custom completion item provider which resolves redshift table names and redshift column names #168
- Add support for context aware autocompletion for macros #170
- Provide autocompletion for schemas #172
- Always render new code editor and remove feature flag from Grafana
There are a few things that I don't like about the SQL Editor api in grafana/experimental. For example, functions, operators and supported macros are currently being specified in the autocompletion provider and not in the language. This causes a discrepancy between the syntax highlighting support and the autocompletion support. I'll raise an issue about this in the experimental package so that it can be discusses with the BI squad.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done