MCPcopy Index your code
hub / github.com/feast-dev/feast / S3RegistryBucketForbiddenAccess

Class S3RegistryBucketForbiddenAccess

sdk/python/feast/errors.py:200–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198
199
200class S3RegistryBucketForbiddenAccess(FeastObjectNotFoundException):
201 def __init__(self, bucket):
202 super().__init__(f"S3 bucket {bucket} for the Feast registry can't be accessed")
203
204
205class SavedDatasetNotFound(FeastObjectNotFoundException):

Callers 1

get_registry_protoMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected