Capstone part 1 error on transformation stage

I am having the same issue as the original poster on this thread. I’m getting this error,
module.transform_job.aws_glue_catalog_database.transform_db: Creating…

│ Error: creating Glue Catalog Database (de_c4w4a1_silver_db): operation error Glue: CreateDatabase, https response error StatusCode: 400, RequestID: 1b50d5c1-06e9-4fca-a1f6-826c4c2e2209, AlreadyExistsException: Database already exists.

│ with module.transform_job.aws_glue_catalog_database.transform_db,
│ on modules/transform_job/glue.tf line 2, in resource “aws_glue_catalog_database” “transform_db”:
│ 2: resource “aws_glue_catalog_database” “transform_db” {


When I go to ‘Databases’ inside of AWS Glue there are no databases.

Does anyone know how to resolve this?