Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/python/feast/infra/registry/base_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ def delete_project(
Deletes a project or raises an ProjectNotFoundException exception if not found.

Args:
project: Feast project name that needs to be deleted
name: Feast project name that needs to be deleted
commit: Whether the change should be persisted immediately
"""
raise NotImplementedError
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/feast/permissions/server/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def init_security_manager(auth_type: AuthManagerType, fs: "feast.FeatureStore"):

Args:
auth_type: The authorization manager type.
registry: The feature store registry.
fs: The feature store instance.
"""
if auth_type == AuthManagerType.NONE:
no_security_manager()
Expand Down