diff --git a/README.md b/README.md index bf43189..14f4b4e 100644 --- a/README.md +++ b/README.md @@ -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 ```
AWS IAM Policy Code Snippet @@ -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 ```