Browse Source

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

Romain Rigaux 7 years ago
parent
commit
cf6d097cfd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/libs/metadata/src/metadata/navigator_client.py

+ 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):