Explorar el Código

HUE-3450 [metadata] Disable enrich by default

Romain Rigaux hace 9 años
padre
commit
a71931b222
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      apps/metastore/src/metastore/templates/metastore.mako

+ 1 - 0
apps/metastore/src/metastore/templates/metastore.mako

@@ -1259,6 +1259,7 @@ ${ assist.assistPanel() }
       });
 
       ko.applyBindings(viewModel);
+      viewModel.optimizerEnabled(false);
 
       if (location.getParameter('refresh') === 'true') {
         huePubSub.publish('assist.db.refresh', 'hive');