When creating a post, please add:
assessment - assignment-1-an-example-of-the-data-engineering-lifecycle
*In C1W2 assignment where can i get the JobRunId after running this command-‘terraform apply’ , i dont see it in my terminal.
*
aws glue start-job-run --job-name de-c1w2-etl-job | jq -r '.JobRunId'
Hello @khushi7,
You could see from your screenshot the second to last line is the de-c1w2-etl-job
. This is the job-name and for this lab the command is provided to you to get the JobRunID
(in later courses you need to check the terraform apply output as you noticed).
So you just need to follow the steps from 4.10 to 4.12. You could check the outcome in the AWS console or with the command in 4.12 after you replace the JobRunID
(starting with jr). Hope it helps:
@Georgios Thanks it worked!
1 Like