← 返回首页
refactor: Introduced base class FeastError for all Feast exceptions (… · lokeshrangineni/feast@687ca02 · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit 687ca02

Browse files
authored andcommitted
refactor: Introduced base class FeastError for all Feast exceptions (feast-dev#4465)
introduced base class FeastError for all Feast exceptions, with initial methods to map the grpc and HTTP status code Signed-off-by: Daniele Martinoli <dmartino@redhat.com> Signed-off-by: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com>
1 parent 06c893d commit 687ca02

6 files changed

Lines changed: 96 additions & 64 deletions

File tree

‎sdk/python/feast/cli_utils.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def handler_list_all_permissions_roles_verbose(
279279
for o in objects:
280280
permitted_actions = ALL_ACTIONS.copy()
281281
for action in ALL_ACTIONS:
282-
# Following code is derived from enforcer.enforce_policy but has a different return type and does not raise PermissionError
282+
# Following code is derived from enforcer.enforce_policy but has a different return type and does not raise FeastPermissionError
283283
matching_permissions = [
284284
p
285285
for p in permissions

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.