Pārlūkot izejas kodu

HUE-8888 [docs] Fix Sybase connector description

Romain 6 gadi atpakaļ
vecāks
revīzija
0b7c8f4bbf

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

@@ -472,12 +472,12 @@ The [Drill JDBC driver](http://maprdocs.mapr.com/home/Hue/ConfigureHuewithDrill.
 
 The dialect should be added to the Python system or Hue Python virtual environment:
 
-      ./build/env/bin/pip install sqlalchemy-teradata
+      ./build/env/bin/pip install python-sybase
 
 Then give Hue the information about the database source:
 
-    [[[teradata]]]
-       name = Teradata
+    [[[sybase]]]
+       name = Sybase
        interface=sqlalchemy
        options='{"url": "sybase+pysybase://<username>:<password>@<dsn>/[database name]"}'