소스 검색

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,