Set `query_id` in request
See original GitHub issueHi there,
I would like to know if there’s a way to pass HTTP Get parameters in order to include them in the ClickHouse request.
What we want to do is to pass the query_id
parameter in order to set the id of the query.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:10 (9 by maintainers)
Top Results From Across the Web
Keep track of query IDs
To generate a queryID with every search, set the clickAnalytics parameter to true . For example, with an API client, run: PHP Ruby...
Read more >What is a queryID?
A queryID is a unique ID that is randomly generated from the search API for every search. The queryID allows you to connect...
Read more >ClickHouse QueryID Issue #870
Hi , I have a scenario here , we need to get query ID before CH return result , because user don't know...
Read more >apollo graphql request must include: "query" or "queryId"
You need to pass any keyword in search while calling graphQL api in $query param as you are passing that. Original: useLazyQuery(SEARCH, ....
Read more >SQL query context · 2023.07
To specify a unique identifier for SQL query, use sqlQueryId instead of queryId . Setting queryId for a SQL request has no effect....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, I’ll think about adding it to
ClickHouseCommand
public APIReleased in 4.2.0