Hi,
I’m trying to apply terraform transformation job but an error is showing up as follows:
Error: creating Glue Catalog Database (de_c4w4a1_silver_db): operation error Glue: CreateDatabase, https response error StatusCode: 400, RequestID: c77ddd2d-9d8a-41f3-84f8-2fe2fc97bf19, 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” {
There’s no transformation zone database yet. Nor databases in AWS Glue Catalog Database?