Skip to content

Commit

Permalink
Fix import statement for SubstraitTransformationV2
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Jul 3, 2024
1 parent 8c6a6a7 commit 11f1a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/feature_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from typing import Callable, Dict, Any
import dill
from ibis.expr.types import Table
from feast.protos.feast.core.Transformation_pb2 import SubstraitTransformation
from feast.protos.feast.core.Transformation_pb2 import SubstraitTransformationV2

def transform(sources=None, schema=None, mode="python"):
"""
Expand Down

0 comments on commit 11f1a5a

Please sign in to comment.