Explorar o código

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

Romain Rigaux %!s(int64=5) %!d(string=hai) anos
pai
achega
8f97dea0c3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
     }
   },
   {