Bronze 4
Since ‎01-18-2024
yesterday

My Stats

  • 23 Posts
  • 1 Solutions
  • 7 Likes given
  • 32 Likes received

valentiniacov's Bio

Badges valentiniacov Earned

View all badges

Recent Activity

Hello Community,I have the following scenario: We need to consume PubSub messages using a Push Subscription and a Cloud Run App.We have a PubSub topic, a Push Subscription and a Cloud Run Service deployed in GCP. The flow between the PubSub and Cloud...
Hello Community,I have the following situation: At some moment in time one Dataform Action fails. We have a code segment like this:BEGIN SQL Code that may fail ExceptionENDAlthough we have the Exception block where we log the error by catching the er...
Hello Community,I have the following situation in our project.We are using Dataform to transform some data that we ingest in our BQ datasets and to further expose those data as views and event payloads to our customers,We do have 3 GCP Environments: ...
Hello Community,We need in our project, from a Dataform Workflow to trigger a Cloud Run Workflow via an end point.For this we decided to use a BigQuery Remote Function and call it from our Dataform Workflow.The BQ remote function looks like this:CREA...
Hello Community,I have the following situation:In our project we have some config type: operations scripts that get executed every day.They are merge scripts like the following: config { type: "operations", dependencies: ["dependecy1", "dependecy2"],...