We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb4012 commit e896328Copy full SHA for e896328
locust_benchmark/common/hopsworks_client.py
@@ -26,7 +26,6 @@ def __init__(self, environment=None):
26
host=self.hopsworks_config.get("host", "localhost"),
27
port=self.hopsworks_config.get("port", 443),
28
api_key_file=".api_key",
29
- secrets_store="local",
30
engine="python",
31
)
32
self.fs = self.connection.get_feature_store()
0 commit comments