I am trying to build a python cloud run service that would be triggered whenever a file is uploaded in a google cloud storage bucket. Although, when I see the logs, the service is not triggered while I have created an Eventarc trigger for the same, already. I cannot find any entries in the cloud run service logs, but the trigger tab shows an Eventarc trigger associated with it.[![Cloud Run Trigger Image][1]][1] [![Cloud Run Logs][2]][2]
Any ideas or links that can help me here? [1]: https://i.stack.imgur.com/ijjh2.png [2]: https://i.stack.imgur.com/QhFhk.png