You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/03/31 20:17:00 UTC

[jira] [Commented] (ATLAS-3712) Add 'isAppendOnPartialUpdate' option in ML model to append updates

    [ https://issues.apache.org/jira/browse/ATLAS-3712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17072126#comment-17072126 ] 

ASF subversion and git services commented on ATLAS-3712:
--------------------------------------------------------

Commit 6b7837028c671334dd2e44f03e6d464b9812778b in atlas's branch refs/heads/master from Na Li
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=6b78370 ]

ATLAS-3712: Add 'isAppendOnPartialUpdate' option in ML model to append updates.

Signed-off-by: Ashutosh Mestry <am...@cloudera.com>


> Add 'isAppendOnPartialUpdate' option in ML model to append updates
> ------------------------------------------------------------------
>
>                 Key: ATLAS-3712
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3712
>             Project: Atlas
>          Issue Type: Improvement
>          Components:  atlas-core
>    Affects Versions: 3.0.0
>            Reporter: Na Li
>            Assignee: Na Li
>            Priority: Major
>
> Atlas adds a new feature to allow client to append attributes during partial-update operation in ATLAS-3700.
> We need to add 'isAppendOnPartialUpdate' option in ML model at [https://github.com/apache/atlas/blob/master/addons/models/4000-MachineLearning/4010-ml_model.json] to append updates using this new feature.
> Example:
> {code:java}
> {
>     "name":        "metadata",
>     "typeName":    "map<string,string>",
>     "isIndexable": false,
>     "isOptional":  true,
>     "isUnique":    false,
>     "options": {
>       "isAppendOnPartialUpdate": "true"
>     }
>   } {code}
> The value specified for this attribute in partial-update API calls will be appended to existing value - if present.
> Full-update API calls will overwrite the value of the attribute, as it does currently; there is no change in full-update behavior.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)