Skip to content

Commit

Permalink
clean up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sung Won Chung committed Feb 8, 2024
1 parent 807ea63 commit 4050f4e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
source venv/bin/activate

# run the production dbt models
# upload your production manifest file to your S3 bucket
dbt ls --target prod
```
<details>
<summary>AWS IAM Policy Code Snippet</summary>
Expand Down Expand Up @@ -82,6 +78,7 @@ Please replace the placeholder with your own bucket name for the policy to work
5. Run the below to build your dbt project on the `main` branch

```bash
# we will upload the target/manifest.json file to S3 generated by this command
dbt build --target prod
```

Expand Down

0 comments on commit 4050f4e

Please sign in to comment.