Skip to content
Prev Previous commit
Next Next commit
Merge branch 'master' into odfv-pluggable
  • Loading branch information
tokoko authored Feb 17, 2024
commit b3221fb963a59ce6f297f49512207cdaa272a0ae
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
)
from feast.data_source import DataSource, RequestSource
from feast.on_demand_feature_view import OnDemandPandasTransformation
from feast.feature_view_projection import FeatureViewProjection
from feast.types import Array, FeastType, Float32, Float64, Int32, Int64
from tests.integration.feature_repos.universal.entities import (
customer,
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.