From 4753c3f735e1c287f2d33d0a8981c7ca5294a590 Mon Sep 17 00:00:00 2001 From: Kyle Brandt Date: Thu, 10 Apr 2025 10:46:48 -0400 Subject: [PATCH] SQL Expressions: Set feature to private preview (#103734) --- .../configure-grafana/feature-toggles/index.md | 1 - pkg/services/featuremgmt/registry.go | 2 +- pkg/services/featuremgmt/toggles_gen.csv | 2 +- pkg/services/featuremgmt/toggles_gen.json | 9 ++++++--- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md index b00a1510210..2b27329a8af 100644 --- a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md +++ b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md @@ -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. | diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index dc1dc8ff793..ccd67927245 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -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, }, diff --git a/pkg/services/featuremgmt/toggles_gen.csv b/pkg/services/featuremgmt/toggles_gen.csv index 9d9771103e8..d7af7ac12bc 100644 --- a/pkg/services/featuremgmt/toggles_gen.csv +++ b/pkg/services/featuremgmt/toggles_gen.csv @@ -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 diff --git a/pkg/services/featuremgmt/toggles_gen.json b/pkg/services/featuremgmt/toggles_gen.json index 7b5b7782b8f..65737a0b3c0 100644 --- a/pkg/services/featuremgmt/toggles_gen.json +++ b/pkg/services/featuremgmt/toggles_gen.json @@ -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" } },