Skip to content

Commit da6f06e

Browse files
committed
Devin Feedback
Signed-off-by: Nick Quinn <nicholas_quinn@apple.com>
1 parent 51eccb7 commit da6f06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/feast/infra/contrib/grpc_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def Push(self, request, context):
7676
f"'online_and_offline']."
7777
)
7878
self.fs.push(
79-
push_source_name=request.push_source_name,
79+
push_source_name=request.stream_feature_view,
8080
df=df,
8181
allow_registry_cache=request.allow_registry_cache,
8282
to=to,

0 commit comments

Comments
 (0)