We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51eccb7 commit f58a0dcCopy full SHA for f58a0dc
sdk/python/feast/infra/contrib/grpc_server.py
@@ -76,7 +76,7 @@ def Push(self, request, context):
76
f"'online_and_offline']."
77
)
78
self.fs.push(
79
- push_source_name=request.push_source_name,
+ push_source_name=request.stream_feature_view,
80
df=df,
81
allow_registry_cache=request.allow_registry_cache,
82
to=to,
0 commit comments