Skip to content

Commit d3eadd7

Browse files
committed
Learn Editor: Update sentinel-graph-provider-reference.md
1 parent b91748f commit d3eadd7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

articles/sentinel/datalake/sentinel-graph-provider-reference.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2483,6 +2483,10 @@ builder.add_node("user") \
24832483
.add_edge("follows")
24842484
```
24852485

2486+
### Restrictions
2487+
2488+
Builder support methods - add_node() and add_edge() does not allow use of underscores ('_') when naming nodes, edges or properties in a custom graph. Graph building operations will fail surfacing an invalid request error.
2489+
24862490
### Union Schemas
24872491

24882492
Multiple edges with the same alias are automatically union'ed with merged properties:

0 commit comments

Comments
 (0)