Control access to feature tables
You can configure Feature Store access control to grant fine-grained permissions on feature table metadata. You can control a user’s ability to view a feature table in the UI, edit its description, manage other users’ permissions on the table, and delete the table.
Note
Feature Store access control does not govern access to the underlying Delta table, which is governed by table access control.
You can assign three permission levels to feature table metadata: Can View Metadata, Can Edit Metadata, and Can Manage. Any user can create a new feature table. The table lists the abilities for each permission.
Ability |
Can View Metadata |
Can Edit Metadata |
Can Manage |
---|---|---|---|
Read feature table |
X |
X |
X |
Search feature table |
X |
X |
X |
Publish feature table to online store |
X |
X |
X |
Write features to feature table |
X |
X |
|
Update description of feature table |
X |
X |
|
Modify permissions on feature table |
X |
||
Delete feature table |
X |
By default, when a feature table is created:
The creator has Can Manage permission
Workspace admins have Can Manage permission
Other users have No Permissions