ferruzzi commented on code in PR #56326:
URL: https://github.com/apache/airflow/pull/56326#discussion_r2430091831
##########
providers/atlassian/jira/src/airflow/providers/atlassian/jira/hooks/jira.py:
##########
@@ -88,3 +115,77 @@ def get_ui_field_behaviour(cls) -> dict[str, Any]:
"hidden_fields": ["schema", "extra"],
"relabeling": {},
}
+
+
+class JiraAsyncHook(HttpAsyncHook):
Review Comment:
Is there a reason for a new hook rather than adding async support to the
existing hook like
[SlackWebhook](https://github.com/apache/airflow/blob/main/providers/slack/src/airflow/providers/slack/hooks/slack_webhook.py)?
We should likely standardize one or the other.
--
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]