This is an automated email from the ASF dual-hosted git repository. michaelsmolina pushed a commit to branch 3.0 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 90a66ee76c8206349565bc839a28596c96952305 Author: Michael S. Molina <[email protected]> AuthorDate: Fri Sep 1 14:38:37 2023 -0300 chore: Add a note about adhoc subqueries in UPDATING.md (#25161) --- UPDATING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/UPDATING.md b/UPDATING.md index 67a9e695f7..e133bf257c 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -49,6 +49,7 @@ assists people when migrating to a new version. make it more clear which envrionment your are in. `SUPERSET_ENV=production` and `SUPERSET_ENV=development` are the two supported switches based on the default config. +- [19242](https://github.com/apache/superset/pull/19242): Adhoc subqueries are now disabled by default for security reasons. To enable them, set the feature flag `ALLOW_ADHOC_SUBQUERY` to `True`. ### Breaking Changes
