There was an error while loading. Please reload this page.
1 parent 71b21bd commit 99ec0e2Copy full SHA for 99ec0e2
1 file changed
sdk/python/feast/infra/provider.py
@@ -148,6 +148,7 @@ def get_provider(config: RepoConfig, repo_path: Path) -> Provider:
148
if "." not in config.provider:
149
if config.provider in {"gcp", "aws", "local"}:
150
from feast.infra.passthrough_provider import PassthroughProvider
151
+
152
return PassthroughProvider(config)
153
else:
154
raise errors.FeastProviderNotImplementedError(config.provider)
0 commit comments