Răsfoiți Sursa

[docs] Show how to test Editor 2 and the connector UI beta

Romain Rigaux 5 ani în urmă
părinte
comite
0519528f61

+ 1 - 1
docs/docs-site/content/_index.md

@@ -20,7 +20,7 @@ are executing 100s of 1000s of queries daily. It is free to install and also shi
 
 Hue is also ideal for building your own [Cloud SQL Editor](/developer/components/) and any contributions are welcome.
 
-!["Hue Editor"](https://cdn.gethue.com/uploads/2020/04/hue-4.7.png)
+!["Hue Editor"](https://cdn.gethue.com/uploads/2020/09/hue-4.8.png)
 
 
 Quick Start

+ 12 - 1
docs/docs-site/content/administrator/configuration/connectors/_index.md

@@ -9,7 +9,7 @@ Looking at improving or adding a new one? Go check the **[connector API section]
 
 ## Databases
 
-Hue connects to any database or warehouse via native or SqlAlchemy connectors. Connections can be configured via a UI after [HUE-8758](https://issues.cloudera.org/browse/HUE-8758) is done, until then they need to be added to the [Hue ini file](/administrator/configuration/). Except [impala] and [beeswax] which have a dedicated section, all the other ones should be appended below the [[interpreters]] of [notebook] e.g.:
+Hue connects to any database or warehouse via native or SqlAlchemy connectors that need to be added to the [Hue ini file](/administrator/configuration/). Except [impala] and [beeswax] which have a dedicated section, all the other ones should be appended below the [[interpreters]] of [notebook] e.g.:
 
     [notebook]
     [[interpreters]]
@@ -30,6 +30,17 @@ Most of the interpreters require to install their SqlAlchemy dialect (e.g. `./bu
 
 Read about [how to build your own parser](/developer/parsers/) if you are looking at better autocompletes for your the SQL dialects you use.
 
+**Beta**
+
+Connections can be configured via a UI after [HUE-8758](https://issues.cloudera.org/browse/HUE-8758) is done. The feature require Editor 2 which is also in beta.
+
+    [desktop]
+    enable_connectors=true
+
+    [notebook]
+    enable_notebook_2=true
+
+!["Connectors"](https://cdn.gethue.com/uploads/2020/12/hue-connectors-create.png)
 
 ### Apache Hive