Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Running dataflow templete from Cloud Schedule

Hi, Could you help me please, I am getting problem running Dataflow Template from Cloud Schedule

Workflow failed. Causes: There was a problem refreshing your credentials. Please check: 1. Dataflow API is enabled for your project. 2. Make sure both the Dataflow service account and the controller service account have sufficient permissions. If you are not specifying a controller service account, ensure the default Compute Engine service account [PROJECT_NUMBER]-compute@developer.gserviceaccount.com exists and has sufficient permissions. If you have deleted the default Compute Engine service account, you must specify a controller service account. For more information, see: https://cloud.google.com/dataflow/docs/concepts/security-and-permissions#security_and_permissions_fo.... 3. Make sure the controller service account you use is enabled. For more information on how to enable a service account, see: https://cloud.google.com/iam/docs/creating-managing-service-accounts#enabling. , Please make sure the service account exists and is enabled.

 

 

This is my request param:

{
"jobName": "test-cloud-scheduler",
"parameters": {
"project":"project",
"region":"region",
"serviceAccount":"sa",
"subnetwork":"subnetwork",
"projectId":"transfers"
}
}

 

0 3 857
3 REPLIES 3