Skip to content

Commit 8e2789f

Browse files
authored
minor fixes
1 parent 7feeeec commit 8e2789f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/unify/data-graph/data-graph.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -91,19 +91,19 @@ Example:
9191
# Define an entity and optionally indicate if the entity will be referenced for Linked Events (event enrichment)
9292

9393
data_graph {
94-
# Entities are nested under the data_graph
95-
entity "account-entity" {
96-
name = "account"
97-
table_ref = "PRODUCTION.CUST.ACCOUNT"
98-
primary_key = "id"
99-
enrichment_enabled = true
100-
}
101-
102-
entity "cart-entity" {
103-
name = "cart"
104-
table_ref = "PRODUCTION.CUST.CART"
105-
primary_key = "id"
106-
}
94+
# Entities are nested under the data_graph
95+
entity "account-entity" {
96+
name = "account"
97+
table_ref = "PRODUCTION.CUST.ACCOUNT"
98+
primary_key = "id"
99+
enrichment_enabled = true
100+
}
101+
102+
entity "cart-entity" {
103+
name = "cart"
104+
table_ref = "PRODUCTION.CUST.CART"
105+
primary_key = "id"
106+
}
107107
}
108108
```
109109

0 commit comments

Comments
 (0)