Questions tagged [event-arc]

41 questions
0
votes
1 answer

Why Eventarc for inserJOb on bigquery generating 2 events for every insert?

I am working on a use case,where I need to trigger DAG when a bigquery table is inserted with some records. I am using Eventarc , and listening for insertJob event provided by Eventarc for bigquery. It working almost fine, but I am getting 2 events…
0
votes
1 answer

GCP Eventarc for specific log entry

While GCP allows event arc execution, or trigger for a number of different services\methods\log types, is there any way to execute based on text output in the logs. Eg. can an eventarc trigger be created to executed on an error, with a certain error…
0
votes
1 answer

how to do Event-Arc configuration through code?

I am trying to configure event arc using node.js code. any idea on how Event-Arc configuration can be done with node.js.
0
votes
1 answer

Firestore created document Eventarc audit log methods are inconsistent

I am trying to call a service when a new Firestore document is created. With Cloud Functions v1 this was simple and worked great (https://firebase.google.com/docs/functions/firestore-events). With Cloud Functions v2/Cloud Run being triggered via…
0
votes
1 answer

target multiple buckets with eventarc?

currently we are trying to use eventarc to send us all finalized files for buckets. this works create however, currently it looks like event-arc can only target a single bucket and we would need to enable it for every bucket on it's own. is there a…
Christian Schmitt
  • 837
  • 16
  • 47
0
votes
1 answer

Can I Start an On-Demand Scheduled Query with Multiple Eventarc Pub/Sub Triggers?

We have two different survey tools (Alice and Bob). Each tool is integrated as a data source with BigQuery and the data syncs into their own tables (surveys_by_alice and surveys_by_bob). We want to update our current thinking in a special table…
TMo
  • 435
  • 4
  • 11
0
votes
1 answer

Eventarc Audit Log Scope Limited to Current Project

In GCP, I have a log sink which centralizes logs onto a GCP Project. I also have an EventArc trigger that listens for Cloud Resource Manager events, specifically the createProject method Are Eventarc triggers limited to only the current projects…
tHappy
  • 91
  • 8
0
votes
1 answer

Is it possible to set ACK deadline for an eventarc pubsub subscription?

I am using an eventarc trigger to send messages to my cloud run instances. However, the issue is that I am unable to set an ACK deadline since there is no way to set any attributes. I have also tried to use just purely Pubsub however, I am unable to…
0
votes
1 answer

GCP EventArc : Response Code 500 when using PubSub trigger with Cloud Run

I am using PubSub to trigger Cloud Run using EventArc. The PubSub subscripton thus has the Push Endpoint as https:///?__GCP_CloudEventsMode=CUSTOM_PUBSUB_projects%2F%2Ftopics%2F. I noticed that while…
0
votes
1 answer

Google Cloud Storage upload triggers python app alternatives to Cloud Function

I'd like to find out what's the best architecture for a python app that gets triggered when a file is uploaded to Google Cloud Storage, does some processing and outputs a file to Google Drive? I've tried using Cloud Functions but I'm getting a…
0
votes
2 answers

How can we enable ordering in cloud pub sub subscription created via EventARc trigger?

When we create an subscription in Cloud Pub Sub we have the ability to enable ordering of messages. However, when a subscription is created through EventArc, there is no option to enable ordering. Once the subscription is created, it is not possible…
1 2
3