mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 01:15:08 +00:00
Fix mlmodel client (#9997)
This commit is contained in:
parent
aa294a6a36
commit
bd0e307912
@ -148,7 +148,7 @@ class MlModelServiceSource(TopologyRunnerMixin, Source, ABC):
|
|||||||
self.test_connection()
|
self.test_connection()
|
||||||
self.status = MlModelSourceStatus()
|
self.status = MlModelSourceStatus()
|
||||||
|
|
||||||
self.client = self.connection.client
|
self.client = self.connection
|
||||||
|
|
||||||
def get_services(self) -> Iterable[WorkflowSource]:
|
def get_services(self) -> Iterable[WorkflowSource]:
|
||||||
yield self.config
|
yield self.config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user