Skip to content

Commit

Permalink
Fixing typo in the CI command b/344003939 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
mansim07 authored Aug 2, 2024
1 parent 9f2bd72 commit c3f9882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-mesh-banking-labs/lab2-data-security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
<hr>
<hr>

0 comments on commit c3f9882

Please sign in to comment.