Hey I am getting the following error while trying to run the following Transformation glue jobs.
aws glue start-job-run --job-name de-c4w4a1-json-transform-job | jq -r ‘.JobRunId’
AnalysisException: Path does not exist: s3://de-c4w4a1-426992998030-us-east-1-data-lake/landing_zone/api/users/yyyy-mm-dd
aws glue start-job-run --job-name de-c4w4a1-songs-transform-job | jq -r ‘.JobRunId’
ValueError: time data ‘yyyy-mm-dd’ does not match format ‘%Y-%m-%d’
Could you please confirm what should be the value of the “–ingest_date =” in the glue.tf file?