Registry
fs = FeatureStore("my_feature_repo/")
print(fs.list_feature_views())fs = FeatureStore("my_feature_repo/")
fv = fs.get_feature_view(“my_fv1”)Last updated
Was this helpful?
fs = FeatureStore("my_feature_repo/")
print(fs.list_feature_views())fs = FeatureStore("my_feature_repo/")
fv = fs.get_feature_view(“my_fv1”)Last updated
Was this helpful?
Was this helpful?