Hello @Mafasa
Can you please specify after which command you get the error Error: creating Glue Catalog Database (de_c4w4a2_transform_db): ...?
There are two different transform jobs, one for the songs and one for the json. Please, provide screenshots from your issue if possible.
had a similar issue when I have run “terraform apply” and it crashed the terminal
so it seems like terraform already created that db, but the existence was not registered
so I needed to go to “AWS GLUE” > “Database Catalog” > “Databases” and remove the db which was already there
After deletion of that df, “terraform apply” worked fine then for me