Glue table partition keys should be set to empty list instead of being unset #5206
Labels
bug
Addresses a defect in current functionality.
service/glue
Issues and PRs that pertain to the glue service.
upstream
Addresses functionality related to the cloud provider.
Milestone
Community Note
Terraform Version
Terraform v0.11.1
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Partition keys should be set to an empty list.
Actual Behavior
Partition keys is unset.
Steps to Reproduce
terraform apply
Important Factoids
I originally opened a support request with AWS because a view I was trying to create could not be queried. This was their response:
The issue could be caused by a bug in Athena views that the table property partitionKeys is not set when creating the table since they are not required parameters. I can reproduce the behavior and setting the partitionKeys as an empty list can mitigate the issue. I checked the tables in the views and confirmed that they have no partitionKeys property. Could you try this workaround and see if the issue still exists? Athena team is actively working to address the issue and the error message since it doesn't provide any useful information. Apologies for the inconvenience caused to you.
The text was updated successfully, but these errors were encountered: