vogievetsky commented on code in PR #12503:
URL: https://github.com/apache/druid/pull/12503#discussion_r866349162
##########
web-console/src/utils/capabilities.ts:
##########
@@ -55,7 +56,7 @@ export class Capabilities {
// Check SQL endpoint
try {
await Api.instance.post(
- '/druid/v2/sql',
+ '/druid/v2/sql?capabilities',
Review Comment:
it is mostly for being able to identify these bad boys in the Network tab:
<img width="467" alt="image"
src="https://user-images.githubusercontent.com/177816/167033255-0e033b4f-d97b-420b-9a2b-2acdc11b3a7c.png">
--
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]