python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Getting "Current user cannot act as service account xxx@yyy.iam.gserviceaccount.com" when trying to launch dataflow job from cloud function (Node.js)
I am trying to run a classic template based Dataflow job from Cloud function(Node.js) and getting this error - Current user cannot act as service account (xxx@yyy.iam.gserviceaccount.com)
var opts = {...

Anuraj Jain
Votes: 0
Answers: 2
Google DataFlow pipeline stuck draining with large negative data freshness for beam.io.WriteToBigQuery
I have a DataFlow pipeline that occasionally (I've seen it twice now) gets stuck draining. It has been draining for 4 days now. Execution Details show a large negative output data freshness for a beam...

aschmied
Votes: 0
Answers: 0
Renaming table name in GCP dataflow
I am new in GCP.I am building a dataflow job moving data from Datastream to Bigquery using the google provided templates.
I am getting the following error (java.lang.IllegalArgumentException: Table re...
oyugi.collins
Votes: 0
Answers: 2
Apache Beam Streaming Lag Operator
I'm currently thinking to build pipeline that have LAG operator like in SQL. But i'm not sure if it's possible.
To be clearer, let's say I have stream of data like this:
# sensor_name, temperature
(&q...
fahmiduldul
Votes: 0
Answers: 1