0

I have created a Google Cloud Data Fusion instance, and per the documentation I am searching for the service account listed to add the additional role. However, this service account is nowhere to be found in the IAM of the project. Am I expected to create the service account or this should be done as part of creating the instance?

enter image description here

Guillem Xercavins
  • 6,938
  • 1
  • 16
  • 35
gae123
  • 8,589
  • 3
  • 35
  • 40

1 Answers1

2

The service account is created in the tenant project associated to your Data Fusion instance (that's why the email suffix should be a random identifier + '-tp'). Therefore, you can't see it in your project but you can add the desired permissions in the IAM tab.

Guillem Xercavins
  • 6,938
  • 1
  • 16
  • 35