Created 02-08-2017 03:04 PM
In our org, We are trying to automate the process of tagging Attributes(Hive Column, Table e.t.c). I can create tags using Rest Api. What i am not getting is, How to associate a column to a tag. Any advice will be a great help !!
Thanks in advance,
Subash
Created 02-08-2017 05:16 PM
Please refer to the "Associating Trait Instances to Entities" section under this technical user guide usage guide provided here: http://atlas.incubator.apache.org/AtlasTechnicalUserGuide.pdf
This will give an example of how to associate a trait/tag to an entity using REST API.
Created 02-08-2017 05:16 PM
Please refer to the "Associating Trait Instances to Entities" section under this technical user guide usage guide provided here: http://atlas.incubator.apache.org/AtlasTechnicalUserGuide.pdf
This will give an example of how to associate a trait/tag to an entity using REST API.
Created 02-13-2017 05:28 PM
Is this issue resolved?
Created 03-06-2017 04:09 AM
@Ayub Khan Sort of, I am able to associate one entity/attibute to a trait at a time and to do that i am doing an iterative process and the process is time consuming. Can't we bulk upload/update tagged columns/entities in one go.
For example :
guid_1 public
guid_2 private
guid_3 public
please let me know the curl command to do bulk update. I have gone through the whole Doc, Haven't found any!