Hi,
Thank you so much for the reply.
I created the cloud function. the function should be triggered when I have the file created in the folder call "trigger".
When it trigger, it should run the query and create a table to store the result in bigquery.dataset('email_test').table('test')
However, when I create a the folder, it does trigger the function, but I don't get the table created in bigquery.
Is that because of the "timeout" or is that because the function is not working?
Could you please check why? I have the code attached.
Thank you so much,
Kara