pyapacheatlas.readers.excel.ExcelReader.parse_update_lineage_with_mappings#

ExcelReader.parse_update_lineage_with_mappings(filepath)#

Read a given excel file that conforms to the excel atlas template and parse the (default) UpdateLineage and ColumnMapping tabs into existing process entities.

Assumes these process entities and any referenced entity exists.

Parameters

filepath (str) – The xlsx file that contains your table and columns.

Returns

A list of Atlas Process entities representing the spreadsheet’s contents.

Return type

list(dict)