Skip to content

Commit fda7fab

Browse files
authored
solomon: fill client-id (#7746)
1 parent ba306c3 commit fda7fab

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_read_actor.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ class TDqSolomonReadActor : public NActors::TActorBootstrapped<TDqSolomonReadAct
267267
NHttp::THttpOutgoingRequestPtr BuildSolomonRequest(TStringBuf data) {
268268
NHttp::THttpOutgoingRequestPtr httpRequest = NHttp::THttpOutgoingRequest::CreateRequestPost(Url);
269269
FillAuth(httpRequest);
270+
httpRequest->Set("x-client-id", "yql");
270271
httpRequest->Set<&NHttp::THttpRequest::ContentType>("application/json");
271272
httpRequest->Set<&NHttp::THttpRequest::Body>(data);
272273
return httpRequest;

0 commit comments

Comments
 (0)