diff --git a/ChangeLog.txt b/ChangeLog.txt index 7f99faf23..d9d3a2c6c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,7 @@ +2024-12-18 Version: v1.63.70 +- Generated 2023-06-21 for `PaiFeatureStore`. +- Add Support Real time mock table. + 2024-12-18 Version: v1.63.69 - Generated 2023-05-22 for `selectdb`. undefined diff --git a/services/paifeaturestore/get_feature_view.go b/services/paifeaturestore/get_feature_view.go index de53c6ea6..73fbb2392 100644 --- a/services/paifeaturestore/get_feature_view.go +++ b/services/paifeaturestore/get_feature_view.go @@ -100,6 +100,7 @@ type GetFeatureViewResponse struct { GmtSyncTime string `json:"GmtSyncTime" xml:"GmtSyncTime"` LastSyncConfig string `json:"LastSyncConfig" xml:"LastSyncConfig"` PublishTableScript string `json:"PublishTableScript" xml:"PublishTableScript"` + MockTableName string `json:"MockTableName" xml:"MockTableName"` Tags []string `json:"Tags" xml:"Tags"` Fields []FieldsItem `json:"Fields" xml:"Fields"` }