mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 17:04:54 +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.status = MlModelSourceStatus()
|
||||
|
||||
self.client = self.connection.client
|
||||
self.client = self.connection
|
||||
|
||||
def get_services(self) -> Iterable[WorkflowSource]:
|
||||
yield self.config
|
||||
|
Loading…
x
Reference in New Issue
Block a user