Course 1 Module 2 Week4 Programming Assignment: Assignment 1: An Example of the Data Engineering Lifecycle

Hi there,
I am writing to seeking for help with fail in running “source scripts/setup.sh” with error of

. I am not sure if that’s because I modified the setup.sh. Is there a way to revert every process to the very beginning? My lab id is rljrkkjbpmdf
Many thanks,
Nona

Hi,

You can try two things:

  1. Retrieve the original lab files:

    • Create a new folder and move all current lab files to this folder (you can label the folder as old_files)
    • Click on lab help, which is the question mark on the top right
    • On the right bar, click on “get the latest version”.
      You should start fresh with new lab files.
    • For all commands, to avoid the terminal from crashing and to print the errors inline, append || echo "$?" to the command, for example:
      terraform plan || echo "$?"

Hi Benjamin,
Thanks so much for your first solution. I just retrived and complete this assignment.
Kind regards,
Nona

1 Like