Skip to content

Commit

Permalink
minor: 调整jobv3接口
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhutianyu committed Oct 12, 2021
1 parent ba02c15 commit 4a9931b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/log_extract/components/collections/packing_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ def _execute(self, data, parent_data):
return True

def _schedule(self, data, parent_data, callback_data=None):
task_instance_id = (data.get_one_of_outputs("task_instance_id"),)
bk_biz_id = (data.get_one_of_inputs("bk_biz_id"),)
task_instance_id = data.get_one_of_outputs("task_instance_id")
bk_biz_id = data.get_one_of_inputs("bk_biz_id")
query_result = self._poll_status(
task_instance_id=task_instance_id,
operator=data.get_one_of_inputs("operator"),
Expand Down

0 comments on commit 4a9931b

Please sign in to comment.