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
Run endpoint /system/version to check server version :return: Server version
method validate_versions
Validate Server & Client versions. They should match. Otherwise, raise VersionMismatchException