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


##########
airflow/providers/amazon/aws/transfers/sql_to_s3.py:
##########
@@ -81,6 +81,9 @@ class SqlToS3Operator(BaseOperator):
                 You can specify this argument if you want to use a different
                 CA cert bundle than the one used by botocore.
     :param file_format: the destination file format, only string 'csv', 'json' 
or 'parquet' is accepted.
+    :param max_rows_per_file: (optional) argument to set destination file 
number of rows limit, if source data
+        is larger than that, it will be dispatched into multiple files.
+        Will be ignored if groupby_kwargs argument is specified.

Review Comment:
   ```suggestion
           Will be ignored if ``groupby_kwargs`` argument is specified.
   ```



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