Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glue Catalog Table resource fails to destroy when database cannot be found #20034

Closed
overlordchin opened this issue Jul 1, 2021 · 2 comments · Fixed by #21227
Closed

Glue Catalog Table resource fails to destroy when database cannot be found #20034

overlordchin opened this issue Jul 1, 2021 · 2 comments · Fixed by #21227
Labels
bug Addresses a defect in current functionality. service/glue Issues and PRs that pertain to the glue service.
Milestone

Comments

@overlordchin
Copy link

parent ticket: #19932

Problem statement. When a glue catalog table resource references a database that does not exist (has been destroyed outside of terraform) a terraform destroy will fail with the following error:

Error: Error deleting Glue Catalog Table: EntityNotFoundException: Database mydb not found

Expected behavior - A warning is displayed and the destroy continues to remove the resource as normal.

@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Jul 1, 2021
@ewbankkit ewbankkit added bug Addresses a defect in current functionality. service/glue Issues and PRs that pertain to the glue service. and removed needs-triage Waiting for first response or review from a maintainer. labels Jul 1, 2021
@DrFaust92 DrFaust92 self-assigned this Oct 9, 2021
@DrFaust92 DrFaust92 removed their assignment Oct 9, 2021
@github-actions github-actions bot added this to the v3.63.0 milestone Oct 13, 2021
@github-actions
Copy link

This functionality has been released in v3.63.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

github-actions bot commented Jun 2, 2022

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality. service/glue Issues and PRs that pertain to the glue service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants