C4W4 Capstone part 1 Terraform keeps crashing

@nmsleal You need to use the value of the variable: glue_api_users_extract_job not the variable name.

In the terminal, type terraform output

you should see:

glue_api_users_extract_job = " sth"

then run the glue job: aws glue start-job-run --job-name sth | jq -r '.JobRunId'

You can also run from the AWS console.

@hawraa.salami , this time things went smoother and part 2 is done! Cool!

Thanks!

Awesome @nmsleal! Congrats! :slight_smile:

We’re using all the feedback to update the labs!

The only thing, that wasn’t new, was the unavailability of the Superset service. If it wasn’t optional, that would have been a real problem!

We’re aware of it! We’ll fix it! We’re first prioritizing updating the lab instructions and we’ll take care of the remaining issues.