We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2986749 commit 51246daCopy full SHA for 51246da
docs/user_guides/fs/feature_group/notification.md
@@ -81,7 +81,9 @@ Here is an example output:
81
{
82
"projectId":119, # project used for data ingestion
83
"featureStoreId":67, # feature store where changes took place
84
- "featureGroupId":14, # feature group changed
+ "featureGroupId":14, # id of the feature group
85
+ "featureGroupName":"fg_name", # name of the feature group
86
+ "featureGroupVersion":1, # version of the feature group
87
"entry":{ # values of the affected feature group entry
88
"id":"15",
89
"text":"test"
0 commit comments