Closed dmartinol closed 2 weeks ago
The assert_permissions function expects a resources of type FeastObject.
assert_permissions
resources
FeastObject
Materialization endpoints in feature_server module receive instead a str, as in /materialize and /materialize_incremental
feature_server
str
Fetch the FeatureViews like the /write-to-online-store endpoint
FeatureView
Expected Behavior
The
assert_permissions
function expects aresources
of typeFeastObject
.Current Behavior
Materialization endpoints in
feature_server
module receive instead astr
, as in /materialize and /materialize_incrementalPossible Solution
Fetch the
FeatureView
s like the /write-to-online-store endpoint