소스 검색

[assist] Show model feature columns in the ContextPopOver

Romain Rigaux 4 년 전
부모
커밋
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)) || '""'
     },
     {