File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -91,19 +91,19 @@ Example:
91
91
# Define an entity and optionally indicate if the entity will be referenced for Linked Events (event enrichment)
92
92
93
93
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
+ }
107
107
}
108
108
```
109
109
You can’t perform that action at this time.
0 commit comments