Просмотр исходного кода

[assist] Show model feature columns in the ContextPopOver

Romain Rigaux 4 лет назад
Родитель
Сommit
bd3f2ea360
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      desktop/core/src/desktop/js/catalog/api.ts

+ 1 - 0
desktop/core/src/desktop/js/catalog/api.ts

@@ -491,6 +491,7 @@ export const fetchSourceMetadata = ({
         type: entry.getConnector().id,
         source: 'data'
       }),
+      operation: entry.isModel() ? 'model' : 'default',
       cluster: (entry.compute && JSON.stringify(entry.compute)) || '""'
     },
     {