jhtimmins commented on code in PR #23352:
URL: https://github.com/apache/airflow/pull/23352#discussion_r863205922
##########
airflow/providers/jira/sensors/jira.py:
##########
@@ -60,7 +60,7 @@ def poke(self, context: 'Context') -> Any:
jira_result = getattr(resource, self.method_name)(**self.method_params)
if self.result_processor is None:
return jira_result
- return self.result_processor(context, jira_result)
Review Comment:
Is there a reason we're not removing `context` from the `poke` method
signature?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]