فهرست منبع

HUE-1277 [impala] Install queries example fix

Romain Rigaux 13 سال پیش
والد
کامیت
4498724b46
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/beeswax/src/beeswax/management/commands/beeswax_install_examples.py

+ 1 - 1
apps/beeswax/src/beeswax/management/commands/beeswax_install_examples.py

@@ -102,7 +102,7 @@ class Command(NoArgsCommand):
 
     for design_dict in design_list:
       if app_name == 'impala':
-        design_dict['type'] = SavedQuery.IMPALA
+        design_dict['type'] = models.IMPALA
       design = SampleDesign(design_dict)
       try:
         design.install(django_user)