Skip to content

Commit

Permalink
correct commitment export and readme runner
Browse files Browse the repository at this point in the history
  • Loading branch information
TangoYankee committed May 23, 2024
1 parent 2ba0d73 commit e4d6a97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ docker compose up
#### Run each step to complete the data flow

```bash
docker compose exec data-flow bash ./bash/download.sh
docker compose exec data-flow bash ./bash/activate_postgis.sh
docker compose exec data-flow bash ./bash/import.sh
docker compose exec data-flow bash ./bash/transform.sh
docker compose exec data-flow bash ./bash/export.sh
docker compose exec data-flow bash ./bash/update_api_db.sh
docker compose exec runner bash ./bash/download.sh
docker compose exec runner bash ./bash/activate_postgis.sh
docker compose exec runner bash ./bash/import.sh
docker compose exec runner bash ./bash/transform.sh
docker compose exec runner bash ./bash/export.sh
docker compose exec runner bash ./bash/update_api_db.sh
```

If you receive an error, make sure the script has the correct permissions:
Expand Down
2 changes: 1 addition & 1 deletion bash/export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mkdir -p ${DATA_DIRECTORY} && (
-t capital_project \
-t capital_project_checkbook \
-t capital_project_fund \
-t captial_commitment_source \
-t captial_commitment \
-t city_council_district \
-t community_district \
-t managing_code \
Expand Down

0 comments on commit e4d6a97

Please sign in to comment.