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 2021/06/03 05:13:00 UTC

[jira] [Commented] (ATLAS-4313) [Business Metadata Bulk Import] Importing multi values for Business Metadata Attribute of date type fails with Error "Provided value is not of Date type at line #"

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

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

Commit edf9936ce9692011a69be2cd58817e70942aa574 in atlas's branch refs/heads/master from Radhika Kundam
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=edf9936 ]

ATLAS-4313 : ATLAS-4311: Business Metadata Bulk Import - Issue with multiple values for Date Type & wrong line number


> [Business Metadata Bulk Import] Importing multi values for Business Metadata Attribute of date type fails with Error "Provided value is not of Date type at line #" 
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-4313
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4313
>             Project: Atlas
>          Issue Type: Bug
>            Reporter: Umesh Padashetty
>            Assignee: Radhika Kundam
>            Priority: Critical
>         Attachments: Screenshot 2021-05-26 at 11.30.40 PM.png, Screenshot 2021-05-26 at 11.30.49 PM.png, Screenshot 2021-05-26 at 11.32.19 PM.png
>
>
> Content in the template file
> {code:java}
> EntityType,EntityUniqueAttributeValue,BusinessAttributeName,BusinessAttributeValue,EntityUniqueAttributeName[optional]
> hive_table,hive_table_kcsup@cm,BM3.BM3A17,1621932602000
> hive_table,hive_table_kcsup@cm,BM3.BM3A18,1621932602000 {code}
> Here, BM3.BM3A17 is multi value disabled and BM3.BM3A18 is multi value enabled
> BM3A17 definition
> !Screenshot 2021-05-26 at 11.30.49 PM.png!
> BM3A18
> !Screenshot 2021-05-26 at 11.30.40 PM.png!
> Imported Data
> !Screenshot 2021-05-26 at 11.32.19 PM.png!
> Atlas api/atlas/v2/entity/businessmetadata/import returns
> {code:java}
> {    "failedImportInfoList": [        {            "parentObjectName": "",            "childObjectName": "",            "importStatus": "FAILED",            "remarks": "Provided value 1621932602000 is not of Date type at line #2"        }    ],    "successImportInfoList": [        {            "parentObjectName": "b91f9726-4020-4005-9ee4-f79215f85c38",            "childObjectName": "{BM4={BM4A1=stringy}, BM3={BM3A20=[PURGE, EXPORT], BM3A9=1234, BM3A15=123456, BM3A14=[12345.67, 23456.7], BM3A17=1621932602000, BM3A16=[123456, 234567], BM3A11=123.45, BM3A10=[1234, 2345], BM3A13=12345.67, BM3A12=[123.45, 234.56], BM3A19=RAM_DISK, BM3A18=[], BM3A6=[1, 2], BM3A5=1, BM3A8=[12, 23], BM3A7=12, BM3A2=[stringval1, stringval2], BM3A1=stringval, BM3A4=[true, false], BM3A3=true}}",            "importStatus": "SUCCESS",            "remarks": ""        }    ]} {code}
> It is important to note that, Importing single value for single valued Business Metadata Attribute of date type works fine



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