kaxil commented on code in PR #29462:
URL: https://github.com/apache/airflow/pull/29462#discussion_r1116198006
##########
airflow/providers/google/cloud/transfers/s3_to_gcs.py:
##########
@@ -104,6 +127,7 @@ class S3ToGCSOperator(S3ListOperator):
"google_impersonation_chain",
)
ui_color = "#e09411"
+ transfer_job_max_files_number = 1000
Review Comment:
Why hard-code? should we make it configurable
--
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]