Skip to content

Commit 99ec0e2

Browse files
committed
Dynamic import for passthru
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent 71b21bd commit 99ec0e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sdk/python/feast/infra/provider.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ def get_provider(config: RepoConfig, repo_path: Path) -> Provider:
148148
if "." not in config.provider:
149149
if config.provider in {"gcp", "aws", "local"}:
150150
from feast.infra.passthrough_provider import PassthroughProvider
151+
151152
return PassthroughProvider(config)
152153
else:
153154
raise errors.FeastProviderNotImplementedError(config.provider)

0 commit comments

Comments
 (0)