Skip to content

Commit

Permalink
Merge pull request #134 from velasquezb/gcs-to-bq-fix
Browse files Browse the repository at this point in the history
Updated the links for gcs-to-bq
  • Loading branch information
fellipeamedeiros authored Mar 27, 2024
2 parents 53eab05 + 09222f5 commit 598916d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gcs-to-bq-with-least-privileges/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.

<a href="https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/click-to-deploy-solutions&cloudshell_workspace=gcs-to-bq-with-least-privileges&cloudshell_open_in_editor=terraform/terraform.tfvars" target="_new">
<a href="https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleCloudPlatform/click-to-deploy-solutions&cloudshell_workspace=gcs-to-bq-with-least-privileges&cloudshell_open_in_editor=infra/main.tf&cloudshell_tutorial=tutorial.md" target="_new">
<img alt="Open in Cloud Shell" src="https://gstatic.com/cloudssh/images/open-btn.svg">
</a>

Expand Down
4 changes: 2 additions & 2 deletions gcs-to-bq-with-least-privileges/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 598916d

Please sign in to comment.