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
fix: push_async feature store signature
Signed-off-by: Rob Howley <rhowley@seatgeek.com>
  • Loading branch information
robhowley authored and Rob Howley committed Jun 2, 2025
commit 210da6dcf86cb0e7413c530ff0f5c4870787f3a1
1 change: 1 addition & 0 deletions sdk/python/feast/feature_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -1495,6 +1495,7 @@ async def push_async(
df: pd.DataFrame,
allow_registry_cache: bool = True,
to: PushMode = PushMode.ONLINE,
**kwargs,
):
fvs = self._fvs_for_push_source_or_raise(push_source_name, allow_registry_cache)

Expand Down
Loading