I’m a new Hopsworks user. I’m trying to ingest some data to a feature group. I’m working from a conda environment in VSCode I’m able to create a connection using the project name and API key:
Looks like the ingestion job failed, you can have a look at the logs of the job in the in the UI > Ingestion Job > nuggets_2016_1_offline_fg_backfill and click on the Logs button on the failed execution.
In any case, I can take a look at the logs for you and let you know what’s the issue. I’ll let you know asap.
Thanks for the reply. I was writing a reply when I saw you were replying.
A quick update… The data DO seem to be there: when opening the feature group, under the tab Data preview. I guess I was checking in the wrong place (clicking the button inspect data).
The error is gone by adding the argument:
write_options={"start_offline_backfill": False}
when calling the method (I saw this in a tutorial repo that uses Hopsworks).
At any rate, I don’t know what causes the error and whether it makes sense that such error is raised.
Hi @jacasta2 - Seems like the issue is related to serializing/deserializing your name - Sorry about that . I’m not yet sure why as the job is running with UTF-8 encoding.
I managed to reproduce the issue on my development environment and I’m investigating more, I’ll keep you posted.