ramitkataria commented on code in PR #55308:
URL: https://github.com/apache/airflow/pull/55308#discussion_r2335121119
##########
providers/slack/src/airflow/providers/slack/notifications/slack_webhook.py:
##########
@@ -64,7 +65,11 @@ def __init__(
retry_handlers: list[RetryHandler] | None = None,
**kwargs,
):
- super().__init__(**kwargs)
+ if AIRFLOW_V_3_1_PLUS:
Review Comment:
Interesting - but it looks like it works now so I guess we can resolve this
thread
--
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]