Skip to content

Commit 3d25ae9

Browse files
committed
added note
1 parent c6c53e9 commit 3d25ae9

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,9 @@ NodeBuilderInitial(alias: str, graph_builder: GraphSpecBuilder)
823823

824824
#### Methods
825825

826+
> [!NOTE]
827+
> The use of underscores `_` when naming nodes, edges, or properties in a custom graph isn't supported. An invalid request error is returned when underscores are used.
828+
826829
##### `from_table`
827830

828831
```python
@@ -1065,6 +1068,9 @@ EdgeBuilderInitial(alias: str, graph_builder: GraphSpecBuilder)
10651068

10661069
#### Methods
10671070

1071+
> [!NOTE]
1072+
> The use of underscores `_` when naming nodes, edges, or properties in a custom graph isn't supported. An invalid request error is returned when underscores are used.
1073+
10681074
##### `from_table`
10691075

10701076
```python
@@ -2485,10 +2491,6 @@ builder.add_node("user") \
24852491
.add_edge("follows")
24862492
```
24872493

2488-
### Restrictions
2489-
2490-
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.
2491-
24922494
### Union Schemas
24932495

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

0 commit comments

Comments
 (0)