Skip to content

Commit 43292f3

Browse files
authored
solomon: add client-id in push (#7905)
1 parent c04df91 commit 43292f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/library/yql/providers/solomon/async_io/dq_solomon_write_actor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ class TDqSolomonWriteActor : public NActors::TActor<TDqSolomonWriteActor>, publi
333333
NHttp::THttpOutgoingRequestPtr BuildSolomonRequest(const TString& data) {
334334
NHttp::THttpOutgoingRequestPtr httpRequest = NHttp::THttpOutgoingRequest::CreateRequestPost(Url);
335335
FillAuth(httpRequest);
336+
httpRequest->Set("x-client-id", "yql");
336337
httpRequest->Set<&NHttp::THttpRequest::ContentType>("application/json");
337338
httpRequest->Set<&NHttp::THttpRequest::Body>(data);
338339
return httpRequest;

0 commit comments

Comments
 (0)