2.1 KiB

title slug
Patch Mixin Utils /sdk/python/api-reference/patch-mixin-utils

{% image align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square" /%}

module patch_mixin_utils

Utilities and a super class containing common utility methods for mixins performing JSON PATCHes

To be used be OpenMetadata


{% image align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square" /%}

class PatchField

JSON PATCH field names


{% image align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square" /%}

class PatchOperation

JSON PATCH operation strings


{% image align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square" /%}

class PatchPath

JSON PATCH path strings


{% image align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square" /%}

class PatchValue

JSON PATCH value field names


{% image align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square" /%}

class OMetaPatchMixinBase

OpenMetadata API methods related to Glossaries.

To be inherited by OpenMetadata