moiseenkov commented on code in PR #29462: URL: https://github.com/apache/airflow/pull/29462#discussion_r1116747490
########## docs/apache-airflow-providers-google/operators/transfer/s3_to_gcs.rst: ########## @@ -37,6 +37,16 @@ to transfer data from Amazon S3 to Google Cloud Storage. :start-after: [START howto_transfer_s3togcs_operator] :end-before: [END howto_transfer_s3togcs_operator] +There is a possibility to start S3ToGCSOperator asynchronously using deferrable mode. To do so just add parameter +``deferrable=True`` into the operator call. Under the hood it will delegate data transfer to Google Cloud Storage +Transfer Service. By changing parameter ``polling_interval_seconds=10`` you can control frequency of polling a transfer Review Comment: Thanks for noticing, I updated the PR. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org