diff --git a/README.md b/README.md index da50266..5ac13c0 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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`