浏览代码

[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