Explorar el Código

HUE-8758 [connector] Add has_impersonation setting to sqlalchemy

Romain hace 5 años
padre
commit
e4e6c1ad58
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      desktop/core/src/desktop/lib/connectors/types.py

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

@@ -306,6 +306,7 @@ CONNECTOR_TYPES = [
       {'name': 'url', 'value': 'presto://host:8080/tpch'},
       {'name': 'has_ssh', 'value': False},
       {'name': 'ssh_server_host', 'value': '127.0.0.1'},
+      {'name': 'impersonation_enabled', 'value': False},
     ],
     'category': 'editor',
     'description': '',