Sfoglia il codice sorgente

HUE-3450 [metadata] Disable enrich by default

Romain Rigaux 9 anni fa
parent
commit
a71931b222
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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);
       ko.applyBindings(viewModel);
+      viewModel.optimizerEnabled(false);
 
 
       if (location.getParameter('refresh') === 'true') {
       if (location.getParameter('refresh') === 'true') {
         huePubSub.publish('assist.db.refresh', 'hive');
         huePubSub.publish('assist.db.refresh', 'hive');