From af85b6a279d143ecf83c03b0bb4b88f9cab63e6b Mon Sep 17 00:00:00 2001 From: bubriks Date: Tue, 2 Jul 2024 13:56:22 +0200 Subject: [PATCH 1/2] init --- docs/user_guides/fs/feature_group/notification.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user_guides/fs/feature_group/notification.md b/docs/user_guides/fs/feature_group/notification.md index 02887ec4a..2b873a077 100644 --- a/docs/user_guides/fs/feature_group/notification.md +++ b/docs/user_guides/fs/feature_group/notification.md @@ -79,7 +79,8 @@ Here is an example output: ``` { - "projectId":119, # project used for data ingestion + "projectName":"project_name", # name of the project used for data ingestion + "projectId":119, # id of the project used for data ingestion "featureStoreId":67, # feature store where changes took place "featureGroupId":14, # id of the feature group "featureGroupName":"fg_name", # name of the feature group From 347c8683b39150dcaf1f65bf38b2f0f3d5d922ed Mon Sep 17 00:00:00 2001 From: bubriks Date: Tue, 2 Jul 2024 14:40:26 +0200 Subject: [PATCH 2/2] update comments --- docs/user_guides/fs/feature_group/notification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user_guides/fs/feature_group/notification.md b/docs/user_guides/fs/feature_group/notification.md index 2b873a077..e8ba0d01a 100644 --- a/docs/user_guides/fs/feature_group/notification.md +++ b/docs/user_guides/fs/feature_group/notification.md @@ -79,8 +79,8 @@ Here is an example output: ``` { - "projectName":"project_name", # name of the project used for data ingestion - "projectId":119, # id of the 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