potiuk commented on code in PR #26374:
URL: https://github.com/apache/airflow/pull/26374#discussion_r981181793


##########
airflow/providers/slack/transfers/sql_to_slack.py:
##########
@@ -165,3 +193,115 @@ def execute(self, context: Context) -> None:
         self._render_and_send_slack_message(context, df)
 
         self.log.debug('Finished sending SQL data to Slack')
+
+
+class SqlToSlackApiFileOperator(BaseSqlToSlackOperator):

Review Comment:
   Wow! . Quick question then - I am  preparing for Provider's release. SHould 
I merge this one (code looks cool but I guess I need TL;DR; if the current 
state in this PR is "Releasable" if we merge it). I guess so, but wanted to get 
the feeling of others involved in the disucssion :)



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