diff --git a/locust_benchmark/create_feature_group.py b/locust_benchmark/create_feature_group.py index 2ac6cf568..dbc237e27 100644 --- a/locust_benchmark/create_feature_group.py +++ b/locust_benchmark/create_feature_group.py @@ -4,4 +4,5 @@ hopsworks_client = HopsworksClient() fg = hopsworks_client.get_or_create_fg() hopsworks_client.insert_data(fg) + hopsworks_client.get_or_create_fv() hopsworks_client.close()