Преглед на файлове

HUE-8888 [docs] Adding notion of quick query component

Romain преди 5 години
родител
ревизия
cbfd175326
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      docs/docs-site/content/developer/api/_index.md

+ 6 - 0
docs/docs-site/content/developer/api/_index.md

@@ -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).
+
+!["Mini SQL Editor component"](https://cdn.gethue.com/uploads/2020/02/quick-query-component.jpg)
+
 
 ## REST