Taragolis commented on PR #26374: URL: https://github.com/apache/airflow/pull/26374#issuecomment-1245986706
> If I'm using current operator to send message and now I want the exact same results just in file it require to switch to another operator As well as create new connection with different type. If create all in once operator than: - `slack_filename`, `slack_initial_comment`, `slack_initial_comment`, `slack_title`, `df_kwargs` - parameters won't use if user want to send in slack as a message - `slack_channels` - multiple channels (0 to many) supported only by Slack API, Slack Incoming Webhook based on Slack APP do not supported change channels at all, Slack Webhooks based on Legacy Integration could assign only one channel (`slack_channel`) - `slack_webhook_token` - token are different for Slack Incoming Webhook and Slack API - `slack_message`, `results_df_name` - won't use if user want to send as a File -- 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]
