pyapacheatlas.core.entity.AtlasProcess.merge#
- AtlasProcess.merge(other)#
Combine the inputs and outputs of a process. Fails if one side has a null input or output. Updates the object that merge is called on.
- :param
AtlasEntity
other: The other AtlasEntity object that you want to merge.
- :param