Skip to content

Commit 9ba86c8

Browse files
authored
[FSTORE-1442] Extend CDC notifications to include the project name (#393)
* update comments
1 parent a8b9b61 commit 9ba86c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/user_guides/fs/feature_group/notification.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ Here is an example output:
7979

8080
```
8181
{
82-
"projectId":119, # project used for data ingestion
82+
"projectName":"project_name", # name of the project the feature group belongs to
83+
"projectId":119, # id of the project the feature group belongs to
8384
"featureStoreId":67, # feature store where changes took place
8485
"featureGroupId":14, # id of the feature group
8586
"featureGroupName":"fg_name", # name of the feature group

0 commit comments

Comments
 (0)