Danny Chiao
Danny Chiao
**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes #
**What this PR does / why we need it**: This is to patch fix the random leaking DynamoDB tables in CI. **Which issue(s) this PR fixes**: Fixes #
**Is your feature request related to a problem? Please describe.** Many users are in the bucket of using primarily batch models, but interested in moving online. It's not always clear...
Several users have expressed confusion on how feast apply works. Some examples: - Why feast apply requires permissions - What we mean by "validate features" on https://docs.feast.dev/reference/feast-cli-commands#apply - What infrastructure...
## Expected Behavior Snowflake offline store works with list features ## Current Behavior Right now Snowflake produces errors when using list features. This isn't caught by tests because of this...
## Expected Behavior Event timestamp in the `OnlineResponse` is the real event timestamp. ## Current Behavior In https://github.com/feast-dev/feast/blob/master/sdk/python/feast/feature_store.py#L1730, we return the current time for all online features. In reality, we...
There seems to have been some regression in historical retrieval for Redshift that happened somewhere between 0.14.1 and 0.16.1. A quick summary of one particular user's issue: - currently the...
When specifying on demand feature views at retrieval time (e.g. get_X_features), the output feature vectors include e.g. request data or dependent feature vectors, even if users did not specify said...
This is tracking work related to [Feast RFC-027: Data Quality Monitoring ](https://docs.google.com/document/d/110F72d4NTv80p35wDSONxhhPBqWRwbZXG4f9mNEMd98/edit#)
**Is your feature request related to a problem? Please describe.** Existing online store options for GCP (i.e. MemoryStore/Redis or Datastore) make trade-offs between performance and simplicity. Many users come to...