Taragolis commented on code in PR #36757:
URL: https://github.com/apache/airflow/pull/36757#discussion_r1456596938
##########
airflow/providers/slack/operators/slack.py:
##########
@@ -48,7 +52,7 @@ def __init__(
self,
*,
slack_conn_id: str = SlackHook.default_conn_name,
- method: str | None = None,
+ method: str,
Review Comment:
Nevermind, I replace it by warning in constructor and raise an error in
original execute method, which should not breaks custom user operators
--
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]