We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
name_alias
1 parent c3a102f commit 65056ceCopy full SHA for 65056ce
sdk/python/feast/feature_view_projection.py
@@ -53,7 +53,7 @@ def to_proto(self) -> FeatureViewProjectionProto:
53
def from_proto(proto: FeatureViewProjectionProto):
54
feature_view_projection = FeatureViewProjection(
55
name=proto.feature_view_name,
56
- name_alias=proto.feature_view_name_alias,
+ name_alias=proto.feature_view_name_alias or None,
57
features=[],
58
join_key_map=dict(proto.join_key_map),
59
desired_features=[],
0 commit comments