wjohnson / pyapacheatlas

A python package to help work with the apache atlas REST APIs
https://wjohnson.github.io/pyapacheatlas-docs/latest/
MIT License
170 stars 96 forks source link

Demonstrate lineage with no Process Entity in between using undocumented but in prod feature for Purview #270

Closed wjohnson closed 9 months ago

wjohnson commented 9 months ago

Updated the AtlasEntity.addRelationship method to support dealing with lists of AtlasEntities

Added a sample to demonstrate creating lineage WITHOUT a Process entity. This sample is of an undocumented feature and should be treated as experimental and probably not take any dependency on it but people keep asking about it / wanting it. It is used by the MSFT Purview manual lineage feature.

Closes #263