Forráskód Böngészése

[assist] Show model feature columns in the ContextPopOver

Romain Rigaux 4 éve
szülő
commit
bd3f2ea360
1 módosított fájl, 1 hozzáadás és 0 törlés
  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)) || '""'
     },
     {