pyapacheatlas.readers.excel.ExcelReader.parse_classification_defs#

ExcelReader.parse_classification_defs(filepath)#

Read a given excel file that conforms to the excel atlas template and parse the (default) ClassificationDefs tab into classifications.

Parameters

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

Returns

A entities representing the spreadsheet’s contents.

Return type

list(dict)