What I want to achieve: Everytime i upload a file to Cloud Storage, it will automatically be write append to BigQuery.
What I have worked on: Cloud storage triggers cloud function is working fine. Dataflow template Cloud Storage to Big Query is working fine.
However they don't work together. How can I have the cloud functions trigger to activate the dataflow part? Is it a script or just some settings I have missed out?
Something is missing to connect them all. I'm relatively new to this, I've been searching for tutorials on this but I don't know if I have been searching for the wrong keywords, i can't find any relevant tutorials.