Skip to content

Commit 858f322

Browse files
authored
Merge pull request #11 from robhowley/robhowley-patch-1
Fix: push_async feature store signature
2 parents 389ceb7 + ebcda13 commit 858f322

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/python/feast/feature_store.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1495,6 +1495,7 @@ async def push_async(
14951495
df: pd.DataFrame,
14961496
allow_registry_cache: bool = True,
14971497
to: PushMode = PushMode.ONLINE,
1498+
**kwargs,
14981499
):
14991500
fvs = self._fvs_for_push_source_or_raise(push_source_name, allow_registry_cache)
15001501

0 commit comments

Comments
 (0)