Skip to content

Commit 77894a5

Browse files
committed
init
1 parent 768528e commit 77894a5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/user_guides/fs/feature_group/notification.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Documentation on Change Data Capture for feature groups in Hopsworks.
33
---
44

5-
# Change Data Capture for feature groups
5+
# Change Data Capture for a Feature Group
66

77
## Introduction
88

@@ -81,7 +81,9 @@ Here is an example output:
8181
{
8282
"projectId":119, # project used for data ingestion
8383
"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
8587
"entry":{ # values of the affected feature group entry
8688
"id":"15",
8789
"text":"test"
@@ -97,4 +99,4 @@ Here is an example output:
9799
}
98100
```
99101

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.

0 commit comments

Comments
 (0)