浏览代码

HUE-8672 [jb] Fix signature of profile function of get clusters

Romain Rigaux 7 年之前
父节点
当前提交
a80b889
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/jobbrowser/src/jobbrowser/apis/data_warehouse.py

+ 1 - 1
apps/jobbrowser/src/jobbrowser/apis/data_warehouse.py

@@ -107,7 +107,7 @@ class DataWarehouseClusterApi(Api):
     return {'logs': ''}
     return {'logs': ''}
 
 
 
 
-  def profile(self, appid, app_type, app_property):
+  def profile(self, app_id, app_type, app_property, app_filters):
     return {}
     return {}
 
 
   def _api_status(self, status):
   def _api_status(self, status):