hardikdedhia1992 commented on issue #39737:
URL: https://github.com/apache/airflow/issues/39737#issuecomment-2130142543
you can try with bashoperator use command such as gsutil -m rsync -r
gs://gcs_bucket_path s3://sc_bucket_path with providing access to AWS in GCP .
you can use :
rsync_task = BashOperator(task_id='rsync_task',
bash_command='command',
dag=dag)
Hope fully it should work
--
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]