Hi Anshu,
You can connect to existing entity be referring the guid of already created
entity.
Below is the format of JSON.
{
"entity": {
...
...
"Location" : {
"guid": "<%Existing entity guid)%>",
"typeName": "<type_name_of_existing_entity>"
...
...
}
}
On Thu, Oct 11, 2018 at 2:21 PM Anshu Shukla <[email protected]>
wrote:
> Hi,
>
> I have used Atlas-scripts in dev-support folder to create entities using
> the given json example file.
> But there is no example to guide and show how to connect to an already
> existing entity in case new entity have attribute of that type.
>
> Example-
>
> <AtlasEntity> Location is an attribute inside the <AtlasEntity> Source
> type. [Using Rest API's]
>