|
|
@@ -158,7 +158,8 @@ var MetastoreSource = (function () {
|
|
|
var self = this;
|
|
|
self.loading(true);
|
|
|
ContextCatalog.getNamespaces({ sourceType: self.type }).done(function (context) {
|
|
|
- self.namespaces($.map(context.namespaces, function (namespace) {
|
|
|
+ var namespacesWithComputes = context.namespaces.filter(function (namespace) { return namespace.computes.length });
|
|
|
+ self.namespaces($.map(namespacesWithComputes, function (namespace) {
|
|
|
return new MetastoreNamespace({
|
|
|
metastoreViewModel: self.metastoreViewModel,
|
|
|
sourceType: self.type,
|