Module-3,Week 2 Assignment: Building a Data Lakehouse with AWS Lake Formation and Apache Iceberg

aws glue start-job-run --job-name glue_csv_transform_job | jq -r ‘.JobRunId’

An error occurred (AccessDeniedException) when calling the StartJobRun operation: User: arn:aws:sts::111405812524:assumed-role/LabInstanceRole/i-07f75082eee365a4c is not authorized to perform: glue:StartJobRun on resource: arn:aws:glue:us-east-1:111405812524:job/glue_csv_transform_job because no identity-based policy allows the glue:StartJobRun action

Hello @jyothi1
glue_csv_transform_job is not the correct job name. You need to get the terraform output with this name and use the output as the job name. Please, refer to the instructions.
image

sure thank you… i will try it again.