You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building the metadata and defining relationships in the HML, if you reference a non-existent subgraph the metadata will still build and then the relationships won't appear.
---
kind: Relationship
version: v1
definition:
name: HelloWorld
sourceType: Users
target:
command:
name: Hello
subgraph: some_subgraph_that_doesnt_exist // This silently fails
mapping:
- source:
fieldPath:
- fieldName: name
target:
argument: name
It would be good to validate the metadata and warn the user if a subgraph doesn't exist.
The text was updated successfully, but these errors were encountered:
When building the metadata and defining relationships in the HML, if you reference a non-existent subgraph the metadata will still build and then the relationships won't appear.
It would be good to validate the metadata and warn the user if a subgraph doesn't exist.
The text was updated successfully, but these errors were encountered: