SQL Expressions: Set feature to private preview (#103734)
This commit is contained in:
@@ -175,7 +175,6 @@ Experimental features might be changed or removed without prior notice.
|
||||
| `newFolderPicker` | Enables the nested folder picker without having nested folders enabled |
|
||||
| `secretsManagementAppPlatform` | Enable the secrets management API and services under app platform |
|
||||
| `scopeApi` | In-development feature flag for the scope api using the app platform. |
|
||||
| `sqlExpressions` | Enables SQL Expressions, which can execute SQL queries against data source results. |
|
||||
| `kubernetesAggregator` | Enable grafana's embedded kube-aggregator |
|
||||
| `expressionParser` | Enable new expression parser |
|
||||
| `disableNumericMetricsSortingInExpressions` | In server-side expressions, disable the sorting of numeric-kind metrics by their metric name or labels. |
|
||||
|
||||
@@ -907,7 +907,7 @@ var (
|
||||
{
|
||||
Name: "sqlExpressions",
|
||||
Description: "Enables SQL Expressions, which can execute SQL queries against data source results.",
|
||||
Stage: FeatureStageExperimental,
|
||||
Stage: FeatureStagePrivatePreview,
|
||||
FrontendOnly: false,
|
||||
Owner: grafanaDatasourcesCoreServicesSquad,
|
||||
},
|
||||
|
||||
@@ -117,7 +117,7 @@ alertingSaveStateCompressed,preview,@grafana/alerting-squad,false,false,false
|
||||
scopeApi,experimental,@grafana/grafana-app-platform-squad,false,false,false
|
||||
promQLScope,GA,@grafana/oss-big-tent,false,false,false
|
||||
logQLScope,privatePreview,@grafana/observability-logs,false,false,false
|
||||
sqlExpressions,experimental,@grafana/grafana-datasources-core-services,false,false,false
|
||||
sqlExpressions,privatePreview,@grafana/grafana-datasources-core-services,false,false,false
|
||||
groupToNestedTableTransformation,GA,@grafana/dataviz-squad,false,false,true
|
||||
newPDFRendering,GA,@grafana/sharing-squad,false,false,false
|
||||
tlsMemcached,GA,@grafana/grafana-operator-experience-squad,false,false,false
|
||||
|
||||
|
@@ -2887,12 +2887,15 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "sqlExpressions",
|
||||
"resourceVersion": "1743693517832",
|
||||
"creationTimestamp": "2024-02-27T21:16:00Z"
|
||||
"resourceVersion": "1744213036999",
|
||||
"creationTimestamp": "2024-02-27T21:16:00Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2025-04-09 15:37:16.999955611 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables SQL Expressions, which can execute SQL queries against data source results.",
|
||||
"stage": "experimental",
|
||||
"stage": "privatePreview",
|
||||
"codeowner": "@grafana/grafana-datasources-core-services"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user