Can anyone help me fix this issue?
(jupyterlab-venv) abc@4ccad9a6a93c:~/workspace/terraform$ aws glue start-job-run --job-name de-c4w4a1-songs-transform-job | jq -r ‘.JobRunId’
An error occurred (EntityNotFoundException) when calling the StartJobRun operation: Failed to start job run due to missing metadata.
Hello @Kunal_Gurung
Apparently, missing metadata means the job has not been created. Did you run terraform apply
in step 4.2.6? Was it successful?
Please, go to AWS Glue console and select ETL jobs from the menu on the left. You can see the created glue jobs there. Is de-c4w4a1-songs-transform-job
one of them?
1 Like