Skip to content

Commit 51246da

Browse files
authored
[FSTORE-1243] Updates to Change Data Capture (#352)
1 parent 2986749 commit 51246da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/user_guides/fs/feature_group/notification.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -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"

0 commit comments

Comments
 (0)