Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.