Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
m-p-esser committed Sep 24, 2023
1 parent 79212f7 commit 2740df8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
│ └── reports
├── references --> Data dictionaries, manuals, and all other explanatory materials
├── src --> Source code (Python)
│ ├── blocks --> Prefect Blocks
│ ├── etl --> Collection of common Extraction, Transformation and Loading functions
── prefect --> Prefect Flows
── prefect --> Prefect Flows
│ └── scripts --> Python utility scripts
├── tests --> Unit tests
```
Expand All @@ -54,7 +55,7 @@ See https://docs.prefect.io/latest/api-ref/rest-api/#finding-your-prefect-cloud-
### GCP Setup
Run `make setup-gcp` to setup up the Google Cloud Project

If this doesn't work, run the commands from `00_00_setup_gcp.mk` command by command in the following order:
If this doesn't work, run the commands from `01_setup_gcp.mk` command by command in the following order:
- `make create-gcp-project`
- `make set-default-gcp-project`
- `make link-project-to-billing-account`
Expand Down

0 comments on commit 2740df8

Please sign in to comment.