C4W4 Capstone Project 1: Transform Job Failing with Error Saying S3 Bucket Doesn't Exist even though it does

Here is the failure code:
AnalysisException: Path does not exist:
s3://de-c4w4a1-891377195115-us-east-1-data-lake/landing_zone/api/users/2024-02-25

But, here is the S3 bucket path:
s3://de-c4w4a1-891377195115-us-east-1-data-lake/landing_zone/api/users/2025-02-25/

I appreciate that there is an extra “/” for the S3 path. But, I am not seeing where in the glue.tf script I can make sure that is added.

Hello @David_Cox1
The first one has 2024 as the year. Have you by any chance inputted 2024 as the year in the date in one of the entries?

Lol. Of course. Thanks!