diff --git a/python/hopsworks/project.py b/python/hopsworks/project.py index c53d602ff..294a69435 100644 --- a/python/hopsworks/project.py +++ b/python/hopsworks/project.py @@ -142,7 +142,7 @@ def get_feature_store(self, name: str = None, engine: str = None) -> feature_sto engine=engine, ).get_feature_store(name) else: - return connection().get_feature_store(name, engine=engine) # If internal client + return connection(engine=engine).get_feature_store(name) # If internal client def get_model_registry(self): """Connect to Project's Model Registry API.