[
https://issues.apache.org/jira/browse/ATLAS-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashutosh Mestry reassigned ATLAS-1942:
--------------------------------------
Assignee: Ashutosh Mestry
> Export/Import - Transforms option doesn't work for datatypes other than string
> ------------------------------------------------------------------------------
>
> Key: ATLAS-1942
> URL: https://issues.apache.org/jira/browse/ATLAS-1942
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Affects Versions: 0.9-incubating
> Reporter: Sharmadha Sainath
> Assignee: Ashutosh Mestry
> Fix For: 0.9-incubating
>
>
> Import with transforms option on any string attribute works and the string
> attribute is updated. Other data types like int,date,boolean etc., are not
> updated.
> transforms.json file :
> Following works:
> {code}
> "options": {
> "transforms": "{ \"hive_table\": { \"qualifiedName\": [
> \"replace:@cl1:@cl2\" ] }}"
> }
> }
> {code}
> Following doesn't work:
> {code}
> "options": {
> "transforms": "{ \"hive_table\": { \"retention\": [ \"replace:0:1\" ] }}"
> }
> }
> {code}
> In both cases , import is successful and there are no exceptions found in
> application logs.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)