0
votes

The error message reads. I have checked and the required API are enabled, service account is there and has Dataflow Agent role. GCS bucket is there.

Workflow failed. Causes: Network default is not accessible to Dataflow Service account or does not exist 

Can someone help me please?

1
Can you provide more detail? What SDK + version are you using? Is your pipeline able to read from pubsub without writing to BQ? how about the other way? - Pablo

1 Answers

0
votes

This seems like you don't have the default VPC network. You could confirm this on VPC networks page. If you're using a particular VPC network or a Shared VPC network to run your Dataflow pipelines, you could check this document which explains how to specify a network and a subnetwork in a pipeline.

Hope it helps.