amatellanes commented on a change in pull request #15680:
URL: https://github.com/apache/airflow/pull/15680#discussion_r629077291
##########
File path: airflow/providers/amazon/aws/transfers/mongo_to_s3.py
##########
@@ -49,8 +49,8 @@ class MongoToS3Operator(BaseOperator):
:type mongo_db: str
:param replace: whether or not to replace the file in S3 if it previously
existed
:type replace: bool
- :param allow_disk_use: in the case you are retrieving a lot of data, you
may have
- to use the disk to save it instead of saving all in the RAM
+ :param allow_disk_use: enables writing to temporary files in the case you
are handling large dataset
+ when running an aggregate pipeline.
Review comment:
@xinbinhuang Both changes done :heavy_check_mark:
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]