Achal Shah

Results 9 issues of Achal Shah

## Expected Behavior the Registry proto should support multiple infra objects, per project, similar to feature views/entities/data sources/etc. ## Current Behavior https://github.com/feast-dev/feast/blob/master/protos/feast/core/Registry.proto#L49 The Registry only allows a single Infra object....

kind/feature
good first issue
priority/p2
Community Contribution Needed

## Expected Behavior The go feature server should not segfault ## Current Behavior With the following diff: ``` diff --git a/sdk/python/tests/integration/online_store/test_universal_online.py b/sdk/python/tests/integration/online_store/test_universal_online.py index b01448e7..212611b8 100644 --- a/sdk/python/tests/integration/online_store/test_universal_online.py +++ b/sdk/python/tests/integration/online_store/test_universal_online.py @@...

kind/bug
priority/p2

**Is your feature request related to a problem? Please describe.** The ideal data model for is very store and implementation specific, and depends on the what teams are prioritizing for...

kind/feature

Signed-off-by: Achal Shah **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes #

size/S
approved
do-not-merge/invalid-owners-file

**Is your feature request related to a problem? Please describe.** Right now, there's no way to store information about labels / targets for specific ML models in Feast. This may...

kind/feature
wontfix
priority/p2
Community Contribution Needed

**Is your feature request related to a problem? Please describe.** Feast only creates region-specific tables today. For AWS users in multiple regions, this adds friction. **Describe the solution you'd like**...

kind/feature
good first issue
wontfix
priority/p2
Community Contribution Needed

**Is your feature request related to a problem? Please describe.** Users have expressed interest in templating support in feast, to be able to customize things such as dynamodb table names...

kind/feature
wontfix
priority/p2
area/core

## Feature request #### Which Delta project/connector is this regarding? - [x] Spark - [x] Standalone - [x] Flink ### Overview The AWS Java SDK v1 has entered maintenance mode...

enhancement

## Expected Behavior When an entity is removed from the feature repo, it should be removed from the feature registry. ## Current Behavior Entities are only added, never removed from...

good first issue
kind/bug