Transform songs job error

coder@d055c1f69fba:~/project/terraform$ aws glue get-job-run --job-name “de-c4w4a1-songs-transform-job” --run-id “jr_df9ec104ded7384efa8de997a201c161ac2f400828fb1e7d843a117d9bf8f73a” --output json --query “JobRun.{State:JobRunState, Log:ExecutionTime, Error:ErrorMessage, Logs:LogGroupName}”
{
“State”: “FAILED”,
“Log”: 51,
“Error”: “ValueError: time data ‘’ does not match format ‘%Y-%m-%d’”,
“Logs”: “/aws-glue/jobs”
}

can u solve the problem? thanks.