소스 검색

HUE-8888 [docs] Fix Sybase connector description

Romain 6 년 전
부모
커밋
0b7c8f4bbf
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      docs/docs-site/content/administrator/configuration/connectors/_index.md

+ 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]"}'