hasura / hasura/graphql-engine
"Analyze" button only runs "explain", not "explain analyze"
Open
k/enhancement
t/product-platform
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
### Version Information
Server Version: 2.8.4
CLI Version (for CLI related issue): 2.8.4
### Environment
OSS
### What is the current behaviour?
"Analyze" button only runs "explain", not "explain analyze"
### What is the expected behaviour?
There should be an Explain button for `EXPLAIN` and an Analyze button for `EXPLAIN ANALYZE`
or a drop down to choose from one or the other
### How to reproduce the issue?
1. Use a query
2. Click Analyze
3. Output is actually only Explain, not Explain Analyze
Contributor guide
Assessment
This issue has not been assessed yet.