We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b9b61 commit 9ba86c8Copy full SHA for 9ba86c8
docs/user_guides/fs/feature_group/notification.md
@@ -79,7 +79,8 @@ Here is an example output:
79
80
```
81
{
82
- "projectId":119, # project used for data ingestion
+ "projectName":"project_name", # name of the project the feature group belongs to
83
+ "projectId":119, # id of the project the feature group belongs to
84
"featureStoreId":67, # feature store where changes took place
85
"featureGroupId":14, # id of the feature group
86
"featureGroupName":"fg_name", # name of the feature group
0 commit comments