Selaa lähdekoodia

[connectors] Hive sqlalchemy should not have Thrift use_sasl property

Romain Rigaux 4 vuotta sitten
vanhempi
commit
9d2e3017d6
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      desktop/core/src/desktop/lib/connectors/types.py

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

@@ -67,7 +67,6 @@ CONNECTOR_TYPES = [
       {'name': 'url', 'value': 'hive://localhost:10000'},
       {'name': 'has_ssh', 'value': False},
       {'name': 'ssh_server_host', 'value': '127.0.0.1'},
-      {'name': 'use_sasl', 'value': True},
     ],
     'properties': {
       'is_sql': True,