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