Pārlūkot izejas kodu

[sparksql] Strip semi colon automatically via sqlalchemy to avoid error

Romain Rigaux 5 gadi atpakaļ
vecāks
revīzija
8f97dea0c3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      desktop/core/src/desktop/lib/connectors/types.py

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

@@ -165,7 +165,7 @@ CONNECTOR_TYPES = [
       'has_reference_language': False,
       'has_reference_functions': False,
       'has_use_statement': False,
-      'trim_statement_semicolon': False,
+      'trim_statement_semicolon': True,
     }
   },
   {