Skip to content

Commit 100bde2

Browse files
authored
[FSTORE-1442][APPEND] Extend CDC notifications to include the project name for Feature View (#399)
* init * update comments * add project name to feature view
1 parent dd321b5 commit 100bde2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/user_guides/fs/feature_group/notification.md

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Here is an example output:
9191
},
9292
"featureViews":[ # list of feature views affected
9393
{
94+
"projectName":"project_name", # name of the project the feature view belongs to
9495
"id":9, # id of the feature view
9596
"name":"test", # name of the feature view
9697
"version":1, # version of the feature view

0 commit comments

Comments
 (0)