-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Could not import module 'feast.infra.offline_stores.snowflake' #3580
Comments
This could be the direct cause of the issue. |
Hi @achals |
After did some research and did feast.errors.FeastClassImportError: Could not import class 'SqlRegistryConfig' from module 'feast.infra.registry.sql' |
@wjhhuizi does it work with a different registry than SQL? |
I think #3587 should solve this |
this is the same issue as #3544. I just opened a PR to address that but need some feedback on if it's the right approach or not #3586 |
@davidschuler-8451 @sfc-gh-madkins With feast version - 0.30.2, even the command 'feast init -t snowflake' throws the same error |
It seems the PR #3587 was closed, what will happen next? @sfc-gh-madkins |
I cant confirm that PR would have solved the issued. I need more details
than the error you are providing.
…On Wed, Apr 12, 2023 at 2:27 PM Michael Wu ***@***.***> wrote:
It seems the PR #3587 <#3587> was
closed, what will happen next? @sfc-gh-madkins
<https://github.com/sfc-gh-madkins>
—
Reply to this email directly, view it on GitHub
<#3580 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATSRCU4VIYQVSBODFYWANDDXA362TANCNFSM6AAAAAAWO7X4MY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Please let me know what type of detail do you need, let me see if I can help to provide :-) |
Matus -- Can you provide a python version & reqs.txt you are trying this on
so I can recreate the error?
…On Mon, Jun 12, 2023 at 3:41 AM Matúš Chládek ***@***.***> wrote:
Did 0.31.1 <v0.31.0...v0.31.1>
resolve this for anyone? I am still getting same on 0.31.1
—
Reply to this email directly, view it on GitHub
<#3580 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATSRCU3NPELZSG3JH5WKA43XK3I2XANCNFSM6AAAAAAWO7X4MY>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Expected Behavior
Feast should correctly import 'feast.infra.online_stores.snowflake' or 'feast.infra.offline_stores.snowflake' modules when being invoked in CLI or SDK.
Current Behavior
When running any command with FEAST CLI, if in feature_store.yaml we provide
as our offline storage, the console would return following error stack trace and exit:
This issue is currently existing in version 0.27.0 all the way up to 0.30.2.
There is a relevant issue (#2560) which marked as closed but the fix was not effective.
Steps to reproduce
Provide the feature_store.yaml and run any feast cli command with version of 0.27.0 or above
IF no online_store provided, the error will then reflecting as
Could not import module 'feast.infra.online_stores.snowflake'
Specifications
Possible Solution
The text was updated successfully, but these errors were encountered: