maytasm commented on a change in pull request #11761:
URL: https://github.com/apache/druid/pull/11761#discussion_r719995736
##########
File path: docs/querying/sql.md
##########
@@ -952,6 +952,8 @@ You can additionally request a header by setting "header"
to true in your reques
In this case, the first result returned will be a header. For the `csv`,
`array`, and `arrayLines` formats, the header
will be a list of column names. For the `object` and `objectLines` formats,
the header will be an object where the
keys are column names, and the values are null.
+If you specified `sqlQueryId` in the [connection context
parameters](#connection-context),
+the SQL query identifier will be returned in the header labeled
`X-Druid-SQL-Query-Id`.
Review comment:
If you don't specified `sqlQueryId` in the connection context
parameters, a sqlQueryId will be generated by Druid and return in the
response's `X-Druid-SQL-Query-Id` header
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]