pyapacheatlas.readers.excel.ExcelReader.parse_table_lineage#
- ExcelReader.parse_table_lineage(filepath)#
Read a given excel file that conforms to the excel atlas template and parse the tables and processes table lineages. Requires that the relationship attributes are already defined in the provided atlas type defs.
- Parameters
filepath (str) – The xlsx file that contains your table and columns.
- Returns
A list of Atlas Entities representing the spreadsheet’s inputs as their json dicts.
- Return type
list(
AtlasEntity
)