You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove `edit` from section links for easy navigation
- Previously these links prompted you to fork the repo rather than navigate within it
- Slight wording improvements
3.[Connect to Postgres](https://github.com/DataExpert-io/data-engineer-handbook/edit/main/bootcamp/materials/1-dimensional-data-modeling/README.md#threeconnect-to-postgres-in-database-client) using your preferred database management tool.
15
+
1.[Clone the repository]([https://github.com/DataExpert-io/data-engineer-handbook/main/bootcamp/materials/1-dimensional-data-modeling/README.md](https://github.com/DataExpert-io/data-engineer-handbook/tree/main/bootcamp/materials/1-dimensional-data-modeling#1%EF%B8%8F%E2%83%A3clone-the-repository)).
3.[Connect to Postgres](https://github.com/DataExpert-io/data-engineer-handbook/tree/main/bootcamp/materials/1-dimensional-data-modeling#threeconnect-to-postgres-in-local-database-client) using your preferred database management tool.
18
18
19
19
For detailed instructions and more information, please refer to the step-by-step instructions below.
20
20
@@ -81,7 +81,7 @@ There are two methods to get Postgres running locally.
81
81
- You can check that your Docker Compose stack is running by either:
82
82
- Going into Docker Desktop: you should see an entry there with a drop-down for each of the containers running in your Docker Compose stack.
83
83
- Running **`docker ps -a`** and looking for the containers with the name **`postgres`**.
84
-
- If you navigate to **`http://localhost:5050`** you will be able to see the PGAdmin instance up and running and should be able to connect to the following server as details shown:
84
+
- If you navigate to **`http://localhost:5050`**, you'll see the PGAdmin instance up and running and should be able to connect to the following server using the details shown below:
0 commit comments