From f841c8a72907cf9e544f3dd00b53ccf9ddaf8c4d Mon Sep 17 00:00:00 2001 From: Francisco Arceo Date: Mon, 2 Jun 2025 16:08:25 -0400 Subject: [PATCH] Revert "fix: Method signature for push_async is out of date (#5413)" This reverts commit 28c33793d214bda350b6ca058855dbf0726ca3b4. --- sdk/python/feast/feature_store.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/python/feast/feature_store.py b/sdk/python/feast/feature_store.py index 5cc232d5fca..8b936e899c5 100644 --- a/sdk/python/feast/feature_store.py +++ b/sdk/python/feast/feature_store.py @@ -1495,7 +1495,6 @@ 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)