Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
You could check Google API
https://cloud.google.com/storage/docs/json_api/v1/objects/list
in Talend it would be tRESTClient
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.