fix: load sql collection with source field (#3456)
* chore: load view * chore: load sql collection
This commit is contained in:
parent
1cad202745
commit
535d14b0bb
@ -33,7 +33,7 @@ export class CollectionRepository extends Repository {
|
|||||||
// set all graph nodes
|
// set all graph nodes
|
||||||
for (const instance of instances) {
|
for (const instance of instances) {
|
||||||
graph.setNode(instance.get('name'));
|
graph.setNode(instance.get('name'));
|
||||||
if (instance.get('view')) {
|
if (instance.get('view') || instance.get('sql')) {
|
||||||
viewCollections.push(instance.get('name'));
|
viewCollections.push(instance.get('name'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user