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
Quick note here: the root cause was that when converting a SnowflakeSource to a proto, we didn't add the name field. This meant that the registry never deduplicated correctly, so it kept adding more protos.
Quick note here: the root cause was that when converting a SnowflakeSource to a proto, we didn't add the name field. This meant that the registry never deduplicated correctly, so it kept adding more protos.
Expected Behavior
Registry protobuf should not have duplicate data source definitions.
Current Behavior
Every time we run
feast apply
, we noticed that a data source source is appended to the registry protobuf with the exact same details.This is what the protobuf looks like after running
feast apply
3 times in a row without making any changes to the definition.Steps to reproduce
Here's the
feature_store.yaml
:And here's the feature definition
feature_definitions/iris.py
:Specifications
0.2.0
Possible Solution
The text was updated successfully, but these errors were encountered: