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

Class S3RegistryBucketNotExist

sdk/python/feast/errors.py:195–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193
194
195class S3RegistryBucketNotExist(FeastObjectNotFoundException):
196 def __init__(self, bucket):
197 super().__init__(f"S3 bucket {bucket} for the Feast registry does not exist")
198
199
200class S3RegistryBucketForbiddenAccess(FeastObjectNotFoundException):

Callers 1

get_registry_protoMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected