Taragolis opened a new pull request, #26648:
URL: https://github.com/apache/airflow/pull/26648

   follow-up: #26452
   
   Right now `SlackWebhookOperator` based on `SimpleHttpOperator` but do not 
use any of parent attributes internally except http_conn_id. Mainly because 
`SlackWebhookOperator` entirely overwrite `execute` method and do not 
propagated `SimpleHttpOperator` attributes in hook constructor.
   
   Since last changes in `SlackWebhookHook` also do not use anything from 
http-provider.
   
   So there is not reason keep `apache-airflow-providers-http` as a dependency 
to the slack provider.


-- 
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]

Reply via email to