From 4050f4ef11dcd17982dd2ff17c4d6629409f726d Mon Sep 17 00:00:00 2001 From: Sung Won Chung Date: Thu, 8 Feb 2024 09:13:38 -0800 Subject: [PATCH] clean up readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 ```