Skip to content

Commit 667daa9

Browse files
authored
Merge 4035fb5 into bce790f
2 parents bce790f + 4035fb5 commit 667daa9

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)