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

feast apply error when changing the registry from local file to gs:// file #1490

Closed
SaschaHeyer opened this issue Apr 21, 2021 · 3 comments
Closed

Comments

@SaschaHeyer
Copy link

SaschaHeyer commented Apr 21, 2021

Expected Behavior

No error =)

Current Behavior

Getting the following error

TypeError: update_registry_proto() missing 1 required positional argument: 'updater'

Steps to reproduce

  1. Open the feature_store.yaml
  2. Change registry: to a Google Cloud Storage path (per default it is a local path using feast init -t gcp)
  3. Run feast apply

.yaml

project: transactions
registry: gs://feast-feature-store-data/registry.db
provider: gcp

Specifications

  • Version: 0.10.1
  • Platform:
  • Subsystem:

Possible Solution

@woop
Copy link
Member

woop commented Apr 21, 2021

Hey @SaschaHeyer, this is fixed by #1488

Will cut shortly.

@woop
Copy link
Member

woop commented Apr 21, 2021

@SaschaHeyer Please download Feast 0.10.2. The problem should be fixed.

@SaschaHeyer
Copy link
Author

awwww this goes smoothly. Confirmed it's fixed with 0.10.2

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

No branches or pull requests

2 participants