From c3f988202cf923233e4487829de268566b1d162b Mon Sep 17 00:00:00 2001 From: mansi Date: Fri, 2 Aug 2024 06:11:50 -0700 Subject: [PATCH] Fixing typo in the CI command b/344003939 (#53) --- data-mesh-banking-labs/lab2-data-security/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-mesh-banking-labs/lab2-data-security/README.md b/data-mesh-banking-labs/lab2-data-security/README.md index 1d7f7c9..4b9eb7c 100644 --- a/data-mesh-banking-labs/lab2-data-security/README.md +++ b/data-mesh-banking-labs/lab2-data-security/README.md @@ -95,7 +95,7 @@ Here you will grant "customer-sa@" service account the data owner role for custo curl -X \ GET -H \ - "Authorization: Bearer $(gcloud auth print-access-token --impersonate -service-account=customer-sa@${PROJECT_ID}.iam.gserviceaccount.com)" -H \ + "Authorization: Bearer $(gcloud auth print-access-token --impersonate-service-account=customer-sa@${PROJECT_ID}.iam.gserviceaccount.com)" -H \ "Content-Type: application.json" https://bigquery.googleapis.com/bigquery/v2/projects/${PROJECT_ID}/datasets/customer_refined_data/tables?maxResults=10 ``` Sample output: @@ -251,4 +251,4 @@ In this lab you have learned: This concludes the lab module. Either proceed to the [main menu](../README.md) or to the [next module](../lab3-data-curation/README.md) you will curate and standardize the data using Dataplex dataflow templates based task. -
\ No newline at end of file +