Explorar o código

HUE-8330 [cluster] Fix autocomplete of columns on a remote cluster

Romain Rigaux %!s(int64=8) %!d(string=hai) anos
pai
achega
c3f92d236e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      desktop/libs/notebook/src/notebook/connectors/altus_adb.py

+ 2 - 0
desktop/libs/notebook/src/notebook/connectors/altus_adb.py

@@ -82,6 +82,8 @@ class AltusAdbApi(Api):
 
     if database is not None:
       url_path = '%s/%s' % (url_path, database)
+    if table is not None:
+      url_path = '%s/%s' % (url_path, table)
     if column is not None:
       url_path = '%s/%s' % (url_path, column)
     if nested is not None: