SQL Expressions: Update comment for flag definition (#101919)

Update comment for SQL Expressions flag definition
This commit is contained in:
Sam Jewell
2025-03-11 09:59:23 +00:00
committed by GitHub
parent 14ad1dec38
commit dd5db23123
4 changed files with 4 additions and 4 deletions
@@ -183,7 +183,7 @@ Experimental features might be changed or removed without prior notice.
| `kubernetesFeatureToggles` | Use the kubernetes API for feature toggle management in the frontend |
| `newFolderPicker` | Enables the nested folder picker without having nested folders enabled |
| `scopeApi` | In-development feature flag for the scope api using the app platform. |
| `sqlExpressions` | Enables using SQL and DuckDB functions as Expressions. |
| `sqlExpressions` | Enables SQL Expressions, which can execute SQL queries against data source results. |
| `nodeGraphDotLayout` | Changed the layout algorithm for the node graph |
| `kubernetesAggregator` | Enable grafana's embedded kube-aggregator |
| `expressionParser` | Enable new expression parser |