Event Driven Cloud Function : Load GCS file to BigQuery with Event Arc
The goal of this article is to showing a complete example to trigger a Cloud Function with Event Arc, when a file is uploaded to Cloud Storage.
This Cloud Function will load this file to a BigQuery table with Event Driven pattern.
I have often seen this kind of question in the Google Cloud community on Stackoverflow, and through this article I wanted to help the community and show a real example while centralizing many useful links on this topic.