You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by am...@apache.org on 2020/03/31 20:16:48 UTC

[atlas] branch master updated: ATLAS-3712: Add 'isAppendOnPartialUpdate' option in ML model to append updates.

This is an automated email from the ASF dual-hosted git repository.

amestry pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b78370  ATLAS-3712: Add 'isAppendOnPartialUpdate' option in ML model to append updates.
6b78370 is described below

commit 6b7837028c671334dd2e44f03e6d464b9812778b
Author: Na Li <li...@cloudera.com>
AuthorDate: Tue Mar 31 13:15:48 2020 -0700

    ATLAS-3712: Add 'isAppendOnPartialUpdate' option in ML model to append updates.
    
    Signed-off-by: Ashutosh Mestry <am...@cloudera.com>
---
 addons/models/4000-MachineLearning/4010-ml_model.json | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/addons/models/4000-MachineLearning/4010-ml_model.json b/addons/models/4000-MachineLearning/4010-ml_model.json
index c4ba729..438a148 100644
--- a/addons/models/4000-MachineLearning/4010-ml_model.json
+++ b/addons/models/4000-MachineLearning/4010-ml_model.json
@@ -49,7 +49,10 @@
           "cardinality": "SINGLE",
           "isIndexable": false,
           "isOptional": true,
-          "isUnique": false
+          "isUnique": false,
+          "options": {
+            "isAppendOnPartialUpdate": "true"
+          }
         },
         {
           "name": "createTime",
@@ -93,7 +96,10 @@
           "cardinality": "SINGLE",
           "isIndexable": false,
           "isOptional": true,
-          "isUnique": false
+          "isUnique": false,
+          "options": {
+            "isAppendOnPartialUpdate": "true"
+          }
         },
         {
           "name": "defaultCpuMillicores",
@@ -209,7 +215,10 @@
           "cardinality": "SINGLE",
           "isIndexable": false,
           "isOptional": true,
-          "isUnique": false
+          "isUnique": false,
+          "options": {
+            "isAppendOnPartialUpdate": "true"
+          }
         },
         {
           "name": "modelEndpointURL",