Imri Paran 67c57ec4f0
docs: 1.4.x-SNAPSHOT (#15506)
* docs: 1.4.x-SNAPSHOT
added partials
added images
updated paths
2024-03-11 09:42:26 +00:00

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