File tree 1 file changed +5
-3
lines changed
docs/user_guides/fs/feature_group
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
description : Documentation on Change Data Capture for feature groups in Hopsworks.
3
3
---
4
4
5
- # Change Data Capture for feature groups
5
+ # Change Data Capture for a Feature Group
6
6
7
7
## Introduction
8
8
@@ -81,7 +81,9 @@ Here is an example output:
81
81
{
82
82
"projectId":119, # project used for data ingestion
83
83
"featureStoreId":67, # feature store where changes took place
84
- "featureGroupId":14, # feature group changed
84
+ "featureGroupId":14, # id of the feature group
85
+ "featureGroupName":"fg_name", # name of the feature group
86
+ "featureGroupVersion":1, # version of the feature group
85
87
"entry":{ # values of the affected feature group entry
86
88
"id":"15",
87
89
"text":"test"
@@ -97,4 +99,4 @@ Here is an example output:
97
99
}
98
100
```
99
101
100
- The list of ` featureViews ` in the event could be outdated for up to 10 minutes, due to internal logging in onlinefs service.
102
+ The list of ` featureViews ` in the event could be outdated for up to 10 minutes, due to internal logging in onlinefs service.
You can’t perform that action at this time.
0 commit comments