[Enhancement]: Data Source: aws_redshift_cluster New Attribute "number_of_slices" #34299
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/redshift
Issues and PRs that pertain to the redshift service.
Description
Request that a new attribute provides the number of slices in a cluster.
Affected Resource(s) and/or Data Source(s)
Data Source: aws_redshift_cluster
Potential Terraform Configuration
References
AWS Redshift documentation specifies that a developer (e.g of an AWS Glue Job) should split files into a multiple of the number of slices in the target Redshift cluster.
Hence we would need to obtain this value in order to pass to Glue Jobs or Lambda functions provisioned by Terraform.
https://docs.aws.amazon.com/redshift/latest/dg/t_splitting-data-files.html
"Split your data into files so that the number of files is a multiple of the number of slices in your cluster"
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: