pyapacheatlas.core.typedef.BaseTypeDef#

class pyapacheatlas.core.typedef.BaseTypeDef(name, category, **kwargs)#

An implementation of AtlasBaseTypeDef.

Parameters
  • name (str) – The name of the typedef.

  • category (TypeCategory) – The category of the typedef.

__init__(name, category, **kwargs)#

Methods

__init__(name, category, **kwargs)

to_json([omit_nulls])

Converts the typedef object to a dict / json.