There is no way update the checkpoint version in aws_glue_schema. Any time new version is registered, checkpoint is not updated and in order to ensure compatibility is checked against the latest or specific version we need a way to update the checkpoint version, either to a version number or latest
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
There is no way update the checkpoint version in
aws_glue_schema
. Any time new version is registered, checkpoint is not updated and in order to ensure compatibility is checked against the latest or specific version we need a way to update the checkpoint version, either to a version number or latestAffected Resource(s) and/or Data Source(s)
Potential Terraform Configuration
References
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_schema
Would you like to implement a fix?
None