mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-03 23:26:54 +00:00
2.3 KiB
2.3 KiB
title | slug |
---|---|
Server Mixin | /sdk/python/api-reference/server-mixin |
module server_mixin
Mixin class containing Server and client specific methods
To be used by OpenMetadata class
class VersionMismatchException
Used when server and client versions do not match
class VersionNotFoundException
Used when server doesn't return a version
class OMetaServerMixin
OpenMetadata API methods related to the Pipeline Entity
To be inherited by OpenMetadata
method get_server_version
get_server_version() → str
Run endpoint /system/version to check server version :return: Server version
method validate_versions
validate_versions() → None
Validate Server & Client versions. They should match. Otherwise, raise VersionMismatchException