From 09222f5348b1486df36a654359b3f6b29ed9fe27 Mon Sep 17 00:00:00 2001 From: Brandon Velasquez Date: Tue, 26 Mar 2024 21:11:00 +0000 Subject: [PATCH] Added new logo path and CTD path --- gcs-to-bq-with-least-privileges/README.md | 4 ++-- gcs-to-bq-with-least-privileges/tutorial.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gcs-to-bq-with-least-privileges/README.md b/gcs-to-bq-with-least-privileges/README.md index f518ed3..6425a89 100644 --- a/gcs-to-bq-with-least-privileges/README.md +++ b/gcs-to-bq-with-least-privileges/README.md @@ -1,4 +1,4 @@ -[![GC Start](gcp_banner.png)](https://cloud.google.com/?utm_source=github&utm_medium=referral&utm_campaign=GCP&utm_content=packages_repository_banner) +[![banner](../banner.png)](https://cloud.google.com/?utm_source=github&utm_medium=referral&utm_campaign=GCP&utm_content=packages_repository_banner) # Foundation Data Pipeline with Google Cloud @@ -120,7 +120,7 @@ Before we deploy the architecture, you will need the following information: - The **service project ID** 1. Click on the Open in Google Cloud Shell button below. - + Open in Cloud Shell diff --git a/gcs-to-bq-with-least-privileges/tutorial.md b/gcs-to-bq-with-least-privileges/tutorial.md index e899d4e..142d1ca 100644 --- a/gcs-to-bq-with-least-privileges/tutorial.md +++ b/gcs-to-bq-with-least-privileges/tutorial.md @@ -33,13 +33,13 @@ In order to spin up this architecture, you will need to be a user with the export PROJECT_ID=[PROJECT_ID] ``` -1. Run the prerequisites script to enable APIs and set Cloud Build permissions. +2. Run the prerequisites script to enable APIs and set Cloud Build permissions. ```bash sh prereq.sh ``` -1. Run the Cloud Build Job +3. Run the Cloud Build Job ```bash gcloud builds submit . --config ./build/cloudbuild.yaml