Skip to content

Commit

Permalink
[FSTORE-1442] Extend CDC notifications to include the project name (#393
Browse files Browse the repository at this point in the history
)

* update comments
  • Loading branch information
bubriks authored Jul 30, 2024
1 parent a8b9b61 commit 9ba86c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/user_guides/fs/feature_group/notification.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ Here is an example output:

```
{
"projectId":119, # project used for data ingestion
"projectName":"project_name", # name of the project the feature group belongs to
"projectId":119, # id of the project the feature group belongs to
"featureStoreId":67, # feature store where changes took place
"featureGroupId":14, # id of the feature group
"featureGroupName":"fg_name", # name of the feature group
Expand Down

0 comments on commit 9ba86c8

Please sign in to comment.