This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I want to use a Cloud Run Function with an event trigger on a GCS bucket
-- when new items come into the bucket, I need to process them.In order
to get perms set up, I'm trying to just deploy the sample Cloud Run
Function provided by GCP docs -- the ...
* I have a service account that has Content Manager permissions on the
Google drive folder* I cannot find anything in GCP console that would
allow me to assign permissions to Google Drive for the service account
the way I can for GCP services like Bi...
I have a Datastream set up that is streaming several tables from one of
our cloud SQL Postgres databases into a BigQuery dataset.We were under
the impression that Datastream should gracefully handle schema changes.
In this case we have a "message" co...
I thought I posted this but now I cannot find the post.Starting last
night, our calls to JSON_SET are no longer working. We get an error:
Invalid number of parameters passed to function: expected at least 4,
got 3The hardcoded examples in the docs fo...
We're having a frustrating problem with Datastream. We set up a user in
our Postgres (CloudSQL) db with all the settings as listed in the
Datastream documentationWe set up a publication from the database we
wanted, with 7 of the tables marked for str...
We finally got this working on Friday after iterating for 4 hours on
perms. We gave up using the default compute service account and created
a separate service account for the event trigger. We added roles
forCloud Build Service AccountCloud Run Admi...
We will move to another method since downloadable json keys are
considered a security risk in our org. But it's good to know so I can be
unstuck on this. Thanks!
The response to my support ticket indicates they are working on the
problem; if you are in us-east4 you probably are still seeing this but
other regions are likely fine. (I can't repro in US, for example)
The problem turned out to be order-of-events. The publication has to be
created before the replication slot or else it will not find the
publication once it does exist.Probably not normally an issue, but if
you are experimenting trying to learn how t...