You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove feature specs being able to declare their serving or warehouse stores (#159)
* Ingestion: remove store references from feature specs and expect only a single serving and warehouse storage spec
* remove multi store support in core, can no longer register feature but can retreive them
* remove multiple serving stores from serving module
* fix core tests
* fix test for caching serving storage specs
* post-rebase fixes
* Update CLI to remove references to stores
* fix test after merge
* pass store spec to serving via env vars
* Add list storage functions back in, mark as deprecated
* Regenerate mocks
* fix go syntax
0 commit comments