浏览代码

HUE-8758 [connectors] Use quotes as identifier quotes in Druid dialect

Romain 5 年之前
父节点
当前提交
6c280d66f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/lib/connectors/types.py

+ 1 - 1
desktop/core/src/desktop/lib/connectors/types.py

@@ -96,7 +96,7 @@ CONNECTOR_TYPES = [
     'description': '',
     'properties': {
       'is_sql': True,
-      'sql_identifier_quote': '`',
+      'sql_identifier_quote': '"',
       'sql_identifier_comment_single': '--',
       'has_catalog': False,
       'has_database': True,