From fcdadf521d54e201c26f829b2376cffaa5c8584d Mon Sep 17 00:00:00 2001 From: Ayman Farhat Date: Thu, 16 Feb 2023 15:48:12 +0100 Subject: [PATCH] Fix spelling mistake --- .../data-platform-foundations/demo/dataflow-csv2bq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/data-solutions/data-platform-foundations/demo/dataflow-csv2bq/README.md b/blueprints/data-solutions/data-platform-foundations/demo/dataflow-csv2bq/README.md index 14b34213..ece7efbb 100644 --- a/blueprints/data-solutions/data-platform-foundations/demo/dataflow-csv2bq/README.md +++ b/blueprints/data-solutions/data-platform-foundations/demo/dataflow-csv2bq/README.md @@ -56,7 +56,7 @@ python src/csv2bq.py \ --no_use_public_ips ``` -In terms of resource access priveleges, you can choose to impersonate another service account, which could be defined for development resource access. The authenticated user launching this pipeline will need to have the role `roles/iam.serviceAccountTokenCreator`. If you choose to launch the pipeline without service account impersonation, it will use the default compute service account assigned of the target project. +In terms of resource access privilege, you can choose to impersonate another service account, which could be defined for development resource access. The authenticated user launching this pipeline will need to have the role `roles/iam.serviceAccountTokenCreator`. If you choose to launch the pipeline without service account impersonation, it will use the default compute service account assigned of the target project. ## Dataflow Flex Template run