Przeglądaj źródła

HUE-8228 [metadata] Disable auto creation of namespaces for now

Romain Rigaux 7 lat temu
rodzic
commit
cf6d097cfd

+ 1 - 1
desktop/libs/metadata/src/metadata/navigator_client.py

@@ -132,7 +132,7 @@ class NavigatorApi(object):
     self.__headers = {}
     self.__params = ()
 
-    self._fillup_properties()
+    #self._fillup_properties() # Disabled currently
 
 
   def _get_types_from_sources(self, sources):