pyapacheatlas.readers.excel.ExcelReader.parse_entity_defs#
- ExcelReader.parse_entity_defs(filepath)#
Read a given excel file that conforms to the excel atlas template and parse the type def tab(s) into a set of entity defs that can be uploaded.
Currently, only entityDefs are supported.
- Parameters
filepath (str) – The xlsx file that contains your table and columns.
- Returns
An AtlasTypeDef with entityDefs for the provided rows.
- Return type
dict(str, list(dict))