소스 검색

HUE-7 [metastore] Turn on the new create wizard

Romain Rigaux 9 년 전
부모
커밋
180747a
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      apps/metastore/src/metastore/conf.py
  2. 1 1
      desktop/conf.dist/hue.ini
  3. 1 1
      desktop/conf/pseudo-distributed.ini.tmpl

+ 1 - 1
apps/metastore/src/metastore/conf.py

@@ -24,5 +24,5 @@ ENABLE_NEW_CREATE_TABLE = Config(
   key="enable_new_create_table",
   help=_("Flag to turn on the new version of the create table wizard."),
   type=bool,
-  default=False
+  default=True
 )

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

@@ -937,7 +937,7 @@
 
 [metastore]
   # Flag to turn on the new version of the create table wizard.
-  ## enable_new_create_table=false
+  ## enable_new_create_table=true
 
 
 ###########################################################################

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

@@ -939,7 +939,7 @@
 
 [metastore]
   # Flag to turn on the new version of the create table wizard.
-  ## enable_new_create_table=false
+  ## enable_new_create_table=true
 
 
 ###########################################################################