From af85b6a279d143ecf83c03b0bb4b88f9cab63e6b Mon Sep 17 00:00:00 2001 From: bubriks Date: Tue, 2 Jul 2024 13:56:22 +0200 Subject: [PATCH 1/3] 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/3] 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 From 4d9e1ee899769830f86a1e99548e72500259cfb7 Mon Sep 17 00:00:00 2001 From: bubriks Date: Wed, 31 Jul 2024 09:34:41 +0200 Subject: [PATCH 3/3] add project name to feature view --- docs/user_guides/fs/feature_group/notification.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user_guides/fs/feature_group/notification.md b/docs/user_guides/fs/feature_group/notification.md index e8ba0d01a..afe004c26 100644 --- a/docs/user_guides/fs/feature_group/notification.md +++ b/docs/user_guides/fs/feature_group/notification.md @@ -91,6 +91,7 @@ Here is an example output: }, "featureViews":[ # list of feature views affected { + "projectName":"project_name", # name of the project the feature view belongs to "id":9, # id of the feature view "name":"test", # name of the feature view "version":1, # version of the feature view