Reputation: 41
Adjust(App Tracking tool) provide raw data with csv.gz extension. This data in my bucket. I want to send data to bigquery automatically, and delete historical data csv.gz files. How to success case? I don't have any idea about cloud function.
Upvotes: 0
Views: 738
Reputation: 3653
You can able to perform this by using below steps:
Trigger Type
as "Cloud Storage" and link the Cloud Storage bucket name created in Step[1]bigquery.Client()
storage.Client()
and "copy_blob" methodUpvotes: 3