Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How can I load multiple files from Google Cloud Storage into a single table in BigQuery?

I wonder if there is a way of bulk loading a number of files within a Google Cloud bucket into a BigQuery table since there is no tFileList component for GS in Talend?

 

 

Labels (3)
2 Replies
vapukov
Master II
Master II

You could check Google API

 

https://cloud.google.com/storage/docs/json_api/v1/objects/list

 

in Talend it would be tRESTClient

Anonymous
Not applicable
Author

Thanks for your helpful response. Are you able to guide me on how to set the tRestClient component up for this? Apart from the URL, I struggle to work out how to setup the parameters e.g authentication token so that it can talk to our google cloud or bigquery.