Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In the GCP Console, open the IAM & Admin page.

  2. In the left bar click IAM

  3. Edit roles for service-<some_number>@gcp-sa-datafusion.iam.gserviceaccount.com

  4. In Edit permissions page, add role Cloud Datastore Owner

  5. To provide access to BigQuery, you’ll need to add BigQuery Admin and BigQuery Data Owner roles for the Data Fusion service account.

  6. Click on Save

Perform similar steps (i.e. add the same roles) for the compute engine default service account to allow pipeline to access Datastore during the its execution on Dataproc.

...