eladkal opened a new issue, #24243: URL: https://github.com/apache/airflow/issues/24243
### Body Currently we have `SnowflakeToSlackOperator` & `PrestoToSlackOperator`. This task is to create a generic `SqlToSlackOperator` to be compatible with all hooks that has `get_pandas_df` function. The new operator should be in `providers/slack/transfers/sql_to_slack.py`, once completed we can also deprecate `SnowflakeToSlackOperator` & `PrestoToSlackOperator`. A good resource for reference can be `SqlToS3Operator` which the first part of the operator (running query and creating dataframe should be identical) ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- 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]
