Hi,
I have been using the following code without issue until 10 days ago.
project = hopsworks.login()
Entering my API key results in the project id as 1151129.
However,
fs = project.get_feature_store() throws an error beneath:
Metadata operation error: (url: https://c.app.hopsworks.ai/hopsworks-api/api/project/1151129/featurestores/lab1_iris_featurestore). Server response:
HTTP code: 404, HTTP reason: Not Found, body: b’{“errorCode”:270008,“usrMsg”:“featurestoreName: lab1_iris_featurestore , project: lab1_iris”,“errorMsg”:“Featurestore wasn't found.”}', error code: 270008, error msg: Featurestore wasn’t found., user msg: featurestoreName: lab1_iris_featurestore , project: lab1_iris
From last week, the code never works! I am using Hopsworks 3.7.0. I can access access feature group(s) and feature view(s) from the UI.
Cheers,
Sameen