eladkal commented on code in PR #38079:
URL: https://github.com/apache/airflow/pull/38079#discussion_r1521796637
##########
airflow/providers/slack/transfers/sql_to_slack.py:
##########
@@ -58,6 +62,7 @@ class SqlToSlackApiFileOperator(BaseSqlToSlackOperator):
:param slack_base_url: A string representing the Slack API base URL.
Optional
:param slack_method_version: The version of the Slack SDK Client method to
be used, either "v1" or "v2".
:param df_kwargs: Keyword arguments forwarded to
``pandas.DataFrame.to_{format}()`` method.
+ :param allow_null: Keyword argument to allow null sql output which implies
allowing sending an empty file.
Review Comment:
```suggestion
:param send_file_if_empty: True to allow send file if sql statemant
return no reaults. Otherwise False
```
I think it's easier to understand
--
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]