Felix Wang
Felix Wang
**What this PR does / why we need it**: The `sdk/python/feast/` directory is extremely flat, with ~50 Python files. In addition, the registry files are somewhat disorganized right now. This...
Signed-off-by: Felix Wang **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes #
Signed-off-by: Felix Wang **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes #
**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes #
**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes #2991
**Is your feature request related to a problem? Please describe.** The Go feature server should support SQL-based registries. **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**
## Expected Behavior ## Current Behavior ## Steps to reproduce See [here](https://tectonfeast.slack.com/archives/C01MSKCMB37/p1659642022650769) for more details. ### Specifications - Version: - Platform: - Subsystem: ## Possible Solution
## Expected Behavior ## Current Behavior ## Steps to reproduce See more details at this Slack [thread](https://tectonfeast.slack.com/archives/C01MSKCMB37/p1659697557773299). ### Specifications - Version: - Platform: - Subsystem: ## Possible Solution
The `build_wheels.yml` workflow that runs during the release process is still too slow. For example, [this run](https://github.com/feast-dev/feast/runs/7639710587?check_suite_focus=true) took 30 minutes to build the wheels for macOS and 10 minutes to...
The Redis data model is not ideal. Specifically, feature data is stored in Redis with a key that only references the join key values, not the FV names. This means...