pyapacheatlas.readers.reader.Reader.parse_table_lineage#

Reader.parse_table_lineage(json_rows)#

Converts the “tables” information into Atlas Entities for Target, Source, and Process types. Currently only support one target from one source.

Parameters

json_rows (list(dict(str,str))) – A list of dicts that contain the converted tables of your column spreadsheet.

Returns

A list of atlas entities that represent your source, target, and table processes.

Return type

list(AtlasEntity)