From 571ec771a28d4d6ebc9539bf78cdf259c50ac352 Mon Sep 17 00:00:00 2001 From: Suhas Karanth Date: Tue, 15 Nov 2022 14:57:57 +0530 Subject: [PATCH] feat: add desc and type fields to FeatureTable.Entity --- odpf/assets/v1beta2/feature_table.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/odpf/assets/v1beta2/feature_table.proto b/odpf/assets/v1beta2/feature_table.proto index ccb8e4b6..1526bd1b 100644 --- a/odpf/assets/v1beta2/feature_table.proto +++ b/odpf/assets/v1beta2/feature_table.proto @@ -45,6 +45,12 @@ message FeatureTable { // Optional: Arbitrary metadata. map labels = 3; + + // Optional: Description of the entity. + string description = 4; + + // Optional: Data type of the entity. + string type = 5; } // Optional: Feature store's namespace or project.