pyapacheatlas.readers.reader.Reader.parse_classification_defs#

Reader.parse_classification_defs(json_rows)#

Create an AtlasTypeDef consisting of classificationDefs for the given json_rows.

Parameters

json_rows (list(dict(str,str))) – A list of dicts containing at least classificationName.

Returns

An AtlasTypeDef with classificationDefs for the provided rows.

Return type

dict(str, list(dict))