Hi,
How can I create a pipeline to schedule the upload of a local file to a GCP bucket?
I used this documentation: https://cloud.google.com/storage/docs/uploading-objects#storage-upload-object-python
to upload an object to a bucket manually. But now, I would like to automate and schedule the upload.
Hi @yasmine,
Welcome to Google Cloud Community!
I found this blog that is suited to your use case to set up an Apache Airflow DAG to load data from Google Drive to Google Cloud Storage. It shows the automated workflow for a reliable and efficient data transfer process in your cloud-based projects.
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.