Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FeastClassImportError: Could not import class 'SqlRegistryConfig' from module 'feast.infra.registry.sql' #3590

Closed
seekerofsai opened this issue Apr 7, 2023 · 3 comments · Fixed by #3586

Comments

@seekerofsai
Copy link

Expected Behavior

load sql registry type

Current Behavior

fails to load

Steps to reproduce

registry:
registry_type: sql
cache_ttl_seconds: 60
path:

Specifications

  • Version: feast 0.30.2
  • Platform: Python Python 3.8.13
  • Subsystem:

Possible Solution

Add SqlRegistryConfig in feast.infra.registry.sql

@manhpv8
Copy link

manhpv8 commented Apr 12, 2023

I have same problem.

@manhpv8
Copy link

manhpv8 commented Apr 12, 2023

Now, you can use version 0.29.
To solve:

  • pip uninstall feast
  • pip install feast==0.29

@sudohainguyen
Copy link
Collaborator

please follow this PR #3586 , it resolves this bug but awaiting approval 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants