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 3c2bcefb2f6..5ee09ea345e 100644 --- a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md +++ b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md @@ -101,6 +101,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general- | `canvasPanelPanZoom` | Allow pan and zoom in canvas panel | | `regressionTransformation` | Enables regression analysis transformation | | `alertingSaveStateCompressed` | Enables the compressed protobuf-based alert state storage | +| `sqlExpressions` | Enables SQL Expressions, which can execute SQL queries against data source results. | | `enableSCIM` | Enables SCIM support for user and group management | | `elasticsearchCrossClusterSearch` | Enables cross cluster search in the Elasticsearch datasource | | `alertRuleRestore` | Enables the alert rule restore feature | diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index 20e9cc6d185..2c0ed4508a0 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -785,7 +785,7 @@ var ( { Name: "sqlExpressions", Description: "Enables SQL Expressions, which can execute SQL queries against data source results.", - Stage: FeatureStagePrivatePreview, + Stage: FeatureStagePublicPreview, FrontendOnly: false, Owner: grafanaDatasourcesCoreServicesSquad, }, diff --git a/pkg/services/featuremgmt/toggles_gen.csv b/pkg/services/featuremgmt/toggles_gen.csv index c4605f268fc..1158ef9b294 100644 --- a/pkg/services/featuremgmt/toggles_gen.csv +++ b/pkg/services/featuremgmt/toggles_gen.csv @@ -102,7 +102,7 @@ scopeApi,experimental,@grafana/grafana-app-platform-squad,false,false,false useScopeSingleNodeEndpoint,experimental,@grafana/grafana-operator-experience-squad,false,false,true promQLScope,GA,@grafana/oss-big-tent,false,false,false logQLScope,privatePreview,@grafana/observability-logs,false,false,false -sqlExpressions,privatePreview,@grafana/grafana-datasources-core-services,false,false,false +sqlExpressions,preview,@grafana/grafana-datasources-core-services,false,false,false sqlExpressionsColumnAutoComplete,experimental,@grafana/datapro,false,false,true groupToNestedTableTransformation,GA,@grafana/dataviz-squad,false,false,true newPDFRendering,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 4bd61b21a38..9c03409c5b3 100644 --- a/pkg/services/featuremgmt/toggles_gen.json +++ b/pkg/services/featuremgmt/toggles_gen.json @@ -3112,12 +3112,15 @@ { "metadata": { "name": "sqlExpressions", - "resourceVersion": "1753448760331", - "creationTimestamp": "2024-02-27T21:16:00Z" + "resourceVersion": "1756828051955", + "creationTimestamp": "2024-02-27T21:16:00Z", + "annotations": { + "grafana.app/updatedTimestamp": "2025-09-02 15:47:31.955288671 +0000 UTC" + } }, "spec": { "description": "Enables SQL Expressions, which can execute SQL queries against data source results.", - "stage": "privatePreview", + "stage": "preview", "codeowner": "@grafana/grafana-datasources-core-services" } },