Fix mlmodel client (#9997)

This commit is contained in:
Pere Miquel Brull 2023-01-30 11:41:39 +01:00 committed by GitHub
parent aa294a6a36
commit bd0e307912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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