I'm currently loading data from a csv
file in Cloud Storage to BigQuery using a Cloud Function.
However, Cloud Functions have a timeout limit and I expect these files to get big enough where it will cause issues.
In addition, inserting into big query is limited to 10mb/insert_rows
.
What else can I use instead of Cloud Functions to get this working? Need it to be triggered upon file drop into Cloud Storage.