jyotidhiman0610 commented on pull request #13745: URL: https://github.com/apache/airflow/pull/13745#issuecomment-765184141
@mik-laj can you please help me with the following: > WebClient no longer has run_async and aiohttp specific options. If you still need the option or other aiohttp specific options, use LegacyWebClient (slackclient v2 compatible) or AsyncWebClient What I understand is - I need to include `aiohttp` in requirements.txt(conf.py) for it to install as it is not normally resolved now - To enable `aiohttp.Formdata` option, should I add `AsyncWebClient` too in the `SlackHook`? https://github.com/apache/airflow/blob/94d3ed61d60b134d649a4e9785b2d9c2a88cff05/airflow/providers/slack/hooks/slack.py#L97 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
