Hello, I have this error.
I asked some hours ago the reset of the env, two questions:
- In general, what is the expected time needed ?
- Will I receive a notification when done ?
Thx in advance Stefano
Here my error
module.transform_job.aws_glue_catalog_database.transform_db: Creating...
╷
│ Error: creating Glue Catalog Database (de_c4w4a2_transform_db): operation error Glue: CreateDatabase, https response error StatusCode: 400, RequestID: 03c46808-9eea-43de-991a-461f2e9af343, AlreadyExistsException: Database already exists.
│
│ with module.transform_job.aws_glue_catalog_database.transform_db,
│ on modules/transform_job/glue.tf line 1, in resource "aws_glue_catalog_database" "transform_db":
│ 1: resource "aws_glue_catalog_database" "transform_db" {
│