Skip to content

Commit ebaec98

Browse files
Merge pull request #314727 from EngageCloud/docs-editor/sentinel-graph-provider-refere-1776197644
Update sentinel-graph-provider-reference.md
2 parents 89135fc + c5247b9 commit ebaec98

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ Node builder after data source is set: configuration methods available.
883883
NodeBuilderSourceSet(alias: str, graph_builder: GraphSpecBuilder, source_step: DataInputETLStep)
884884
```
885885

886-
**Note:** Created internally by NodeBuilderInitial source methods.
886+
**Note:** Created internally by NodeBuilderInitial source methods.
887887

888888
#### Methods
889889

@@ -979,6 +979,8 @@ Configure columns with required key and display designation.
979979
- Time filter column is automatically added if specified
980980
- Property types are auto-inferred from source schema
981981

982+
- See **Restrictions**
983+
982984
**Example:**
983985
```python
984986
builder.add_node("user").from_table("Users") \
@@ -2483,6 +2485,10 @@ builder.add_node("user") \
24832485
.add_edge("follows")
24842486
```
24852487

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+
24862492
### Union Schemas
24872493

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

0 commit comments

Comments
 (0)