Problems running my glue jobs in assignment 2

Hi team,

In attempting to run/deploy my glue jobs (exercise 3 and exercise 4.3) im stumbling on problem I keep getting.
most of my glue jobs fail to SUCCEEDED

Is this an often occuring problem if, so could you point me to a post where it has been solved or explain why/how my glue jobs are not succeeding and point me to a solution.

Kind regards, David

Hello @Deev3h,
could you check the at AWS glue jobs log that failed, it could be a None value to the SQL in the transformation layer or an issue with the serving layer, it should look like this(I took it from a previous error in the etl jobs):


Instructions to get to find the failed jobs: You can search for AWS glue in the console and select the job you want then go to Runs tab.