Skip to content
Merged
Prev Previous commit
Next Next commit
Merge branch 'master' into support-table-format
  • Loading branch information
HaoXuAI authored Oct 30, 2025
commit 429958a9a817cba2f5f7e4ba010dbb4764b9d23d
2 changes: 2 additions & 0 deletions sdk/python/feast/protos/feast/core/FeatureView_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ class FeatureViewSpec(google.protobuf.message.Message):
@property
def feature_transformation(self) -> feast.core.Transformation_pb2.FeatureTransformationV2:
"""Feature transformation for batch feature views"""
mode: builtins.str
"""The transformation mode (e.g., "python", "pandas", "ray", "spark", "sql")"""
def __init__(
self,
*,
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.