|
|
@@ -108,6 +108,12 @@ Which then will output keywords suggestions and all the known locations:
|
|
|
{ value: 'WITH', weight: -1 } ],
|
|
|
definitions: [] }
|
|
|
|
|
|
+### SQL scratchpad
|
|
|
+
|
|
|
+The lightweight SQL Editor also called "Quick Query" comes as a [Web component](https://github.com/cloudera/hue/blob/master/desktop/core/src/desktop/js/ko/components/contextPopover/ko.quickQueryContext.js).
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
## REST
|
|
|
|