Skip to content

Commit 7421129

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 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") \

0 commit comments

Comments
 (0)