Skip to content

Commit 286cb27

Browse files
committed
Fix headers in Druid variable queries
1 parent 6684def commit 286cb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tsdb/druid/druid.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ func (ds *Service) oldExecuteQuery(queryRef string, q druidquerybuilder.Query, s
551551
q.(*druidquery.Scan).SetResultFormat("compactedList")
552552
}
553553
var res json.RawMessage
554-
_, err := s.client.Query().Execute(q, &res)
554+
_, err := s.client.Query().Execute(q, &res, headers)
555555
if err != nil {
556556
return r, err
557557
}

0 commit comments

Comments
 (0)