This PR implements the link entities API and contains all changes and comments from PR#101. The link entities API has the following signature:
link_entities(source_entity, target_entity)
Executing the API results in adding an attribute called related in the source vertex. If the entity is a model, a "related_model" attribute that contains the target entity is added. An example is provided in the notebook called DataSummaries.ipynb in the examples directory.
This PR implements the link entities API and contains all changes and comments from PR#101. The link entities API has the following signature: link_entities(source_entity, target_entity) Executing the API results in adding an attribute called related in the source vertex. If the entity is a model, a "related_model" attribute that contains the target entity is added. An example is provided in the notebook called DataSummaries.ipynb in the examples directory.