◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
2 changes: 1 addition & 1 deletion examples/rbac-local/01.3-setup-feast.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
"write_fresh_permission = Permission(\n",
" name=\"write_fresh_permission\",\n",
" types=FeatureView,\n",
" name_pattern=\".*_fresh\",\n",
" policy=RoleBasedPolicy(roles=[\"fresh_writer\"]),\n",
" actions=AuthzedAction.WRITE_ONLINE\n",
")\n",
Expand Down
Toggle all file notes Toggle all file annotations