C4W4 Capstone 2 Unable to complete 3.2.4

Hello,

I’m not able to pass the 3.2.4 step and run the commands that copy the new models and `dbt_project.yml` into the S3 bucket. The terminal is crashing, and I’m getting the below error. I tried to reboot the lab and re-ran all the previous steps, but this error keeps happening. Please help troubleshoot.

Lab ID: ysqhtprdnsbh.

@alshh So the terminal crashes when you edit file `./dbt_modelling/dbt_project.yml`?

@juliak No, it crashes when I try to run the following code in the terminal (changing the to the proper value before that):

aws s3 cp $HOME/project/dbt_modeling/models/bi_views s3://<DBTBucket>/dbt_project/dbt_modeling/models/bi_views --recursive

Ok, I figured it out. Apparently, my dbt_modeling folder was in the wrong place, and it was crashing the terminal. Thanks!

1 Like