ソースを参照

[editor] Deprecate query builder

Romain Rigaux 4 年 前
コミット
a90d36e4ce

+ 2 - 2
desktop/conf.dist/hue.ini

@@ -898,8 +898,8 @@
   ## Flag to turn on the Presentation mode of the editor.
   # enable_presentation=true
 
-  ## Flag to enable the SQL query builder of the table assist.
-  # enable_query_builder=true
+  ## Flag to enable the SQL query builder of the table assist (deprecated).
+  # enable_query_builder=false
 
   ## Flag to enable the creation of a coordinator for the current SQL query.
   # enable_query_scheduling=false

+ 2 - 2
desktop/conf/pseudo-distributed.ini.tmpl

@@ -882,8 +882,8 @@
   ## Flag to turn on the Presentation mode of the editor.
   # enable_presentation=true
 
-  ## Flag to enable the SQL query builder of the table assist.
-  # enable_query_builder=true
+  ## Flag to enable the SQL query builder of the table assist (deprecated).
+  # enable_query_builder=false
 
   ## Flag to enable the creation of a coordinator for the current SQL query.
   # enable_query_scheduling=false

+ 1 - 1
docs/docs-site/content/administrator/configuration/apps/_index.md

@@ -81,7 +81,7 @@ This option currently only works with Hive and relies on Oozie until [HUE-8738](
 
 Flag to enable a lightweight SQL query builder where tables and columns can be dragged & dropped from the left table assist. Not to be confused with the [Query Builder](/user/querying/#dashboards).
 
-**Note** This feature is experimental.
+**Note** This feature is deprecated.
 
       [notebook]
       enable_query_builder=true