فهرست منبع

[con] Add dask-sql to the config tmpl

Nils Braun 5 سال پیش
والد
کامیت
b5a5a882f2
2فایلهای تغییر یافته به همراه14 افزوده شده و 0 حذف شده
  1. 7 0
      desktop/conf.dist/hue.ini
  2. 7 0
      desktop/conf/pseudo-distributed.ini.tmpl

+ 7 - 0
desktop/conf.dist/hue.ini

@@ -1043,6 +1043,13 @@
     # ## Presto Session properties when HTTPS is not enabled.
     # # options='{"url": "presto://username:password@localhost:8080/tpch/default","connect_args":"{\"session_props\": {\"query_max_run_time\": \"1m\"}}"}'
 
+    # [[[dask-sql]]]
+    # name=Dask-SQL
+    # interface=sqlalchemy
+    # ## Specific options for connecting to the dask-sql server.
+    # ## Please note, that dask-sql uses the presto protocol.
+    # # options='{"url": "presto://localhost:8080/catalog/default"}'
+
     # [[[clickhouse]]]
     #   name=ClickHouse
     #   interface=jdbc

+ 7 - 0
desktop/conf/pseudo-distributed.ini.tmpl

@@ -1027,6 +1027,13 @@
     # ## Presto Session properties when HTTPS is not enabled.
     # # options='{"url": "presto://username:password@localhost:8080/tpch/default","connect_args":"{\"session_props\": {\"query_max_run_time\": \"1m\"}}"}'
 
+    # [[[dask-sql]]]
+    # name=Dask-SQL
+    # interface=sqlalchemy
+    # ## Specific options for connecting to the dask-sql server.
+    # ## Please note, that dask-sql uses the presto protocol.
+    # # options='{"url": "presto://localhost:8080/catalog/default"}'
+
     # [[[clickhouse]]]
     #   name=ClickHouse
     #   interface=jdbc