Skip to content

Commit 70de8c6

Browse files
authored
fix: links for postgres docker
1 parent 7fd1ab9 commit 70de8c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

02-workflow-orchestration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Add the flow [`01_getting_started_data_pipeline.yaml`](flows/01_getting_started_
112112

113113
### Local DB: Load Taxi Data to Postgres
114114

115-
Before we start loading data to GCP, we'll first play with the Yellow and Green Taxi data using a local Postgres database running in a Docker container. We'll create a new Postgres database for these examples using this [Docker Compose file](postgres/docker-compose.yml). Download it into a new directory, navigate to it and run the following command to start it:
115+
Before we start loading data to GCP, we'll first play with the Yellow and Green Taxi data using a local Postgres database running in a Docker container. We'll create a new Postgres database for these examples using this [Docker Compose file](docker/postgres/docker-compose.yml). Download it into a new directory, navigate to it and run the following command to start it:
116116

117117
```bash
118118
docker compose up -d
@@ -167,7 +167,7 @@ The flow code: [`03_postgres_dbt.yaml`](flows/03_postgres_dbt.yaml).
167167

168168
### Resources
169169
- [pgAdmin Download](https://www.pgadmin.org/download/)
170-
- [Postgres DB Docker Compose](postgres/docker-compose.yml)
170+
- [Postgres DB Docker Compose](docker/postgres/docker-compose.yml)
171171

172172
---
173173

0 commit comments

Comments
 (0)