Pārlūkot izejas kodu

HUE-7095 Table import not working

jdesjean 8 gadi atpakaļ
vecāks
revīzija
3638d7746d
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      desktop/libs/indexer/src/indexer/api3.py

+ 2 - 0
desktop/libs/indexer/src/indexer/api3.py

@@ -189,6 +189,8 @@ def importer_submit(request):
   elif source['inputFormat'] == 'rdbms':
     if destination['outputFormat'] in ('file', 'table', 'hbase'):
       job_handle = run_sqoop(request, source, destination, start_time)
+  else:
+    job_handle = _create_table(request, source, destination, start_time)
 
   return JsonResponse(job_handle)