-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Labels
@aws-cdk/aws-glueRelated to AWS GlueRelated to AWS Glueeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
Describe the feature
Partition projection allows one to not write code that constantly updates the list of available partitions in a glue table. Currently, to set this in CDK, you have to manually set parameters. There should be a seamless way to do this in CDK so that the parameters are set automatically.
Use Case
You can set up partition projection without worrying about the minute implementation details and string formatting.
Proposed Solution
There should be types with clear bounds that show the possibilities with partition projection, and CDK should automatically convert these to properties.
Other Information
https://docs.aws.amazon.com/athena/latest/ug/partition-projection.html
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
AWS CDK Library version (aws-cdk-lib)
aws-cdk-lib@2.179.0
AWS CDK CLI version
2.1000.2 (build bc82193)
Environment details (OS name and version, etc.)
MacOS 15.3.1
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-glueRelated to AWS GlueRelated to AWS Glueeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2